Hi,
So, to clarify the situation about the "synchronous file upload".
The opload library had several patchs, one for the chuck opload and another for the number of parallel uploads.
That last one is currently under testing and I can't guarantee that it will be integrated into HikaShop 2.6.0 ; but it should be integrated in the next HikaShop release (2.6.1 or 3.0.0 depending how the developments will progress).
To summarize the modification, the "upload" function is updated in order to not call the
but to store it into the entry object when there is already an upload in progress.
Then when the file is finished, the next file in the queue will be send, etc.
The chunk upload has been validated so, it will be possible in the next HikaShop release to upload files bigger than the "PHP max upload size" ; the library will perform several uploads and HikaShop will merge the different parts to re-create the file.
In order to use that feature, it will require a recent browser compatible with the "File" objects and with the "slice" function.
developer.mozilla.org/en-US/docs/Web/API/Blob/slice
Regards,