Hello,
I have a problem when I try to add files larger than 150MB to a product.
All PHP settings are correct to allow files larger than 512MB.
The directory is writable as it works with smaller files.
The Problem is the olpoad.js Javascript of hikashop, which tries to split files.
In the chrome developer console I get the following error, when the upload is at 99%:
opload.js?v=300:257 POST https://www.mcg-audio.local/administrator/index.php?option=com_hikashop&ctr…task=upload&upload=file&uploader=product&field=product_file&tmpl=component 404 ()
upload @ opload.js?v=300:257
traverseFiles @ opload.js?v=300:513
(anonymous) @ opload.js?v=300:71
opload.js?v=300:614 Uncaught TypeError: Cannot read property 'partial' of null
at Object.done (opload.js?v=300:614)
at XMLHttpRequest.<anonymous> (opload.js?v=300:299)
done @ opload.js?v=300:614
(anonymous) @ opload.js?v=300:299
There seems to be a problem with this Javascript for larger files.
Any help appreciated.
Thanks