0
I have a script that works very well, which uploads multiple images and even inserts watermark.
The question is this: On the server, I can put 300s in the MAX_EXECUTION_TIME, and 30 files to upload. But considering that the images can be large, and the internet inside is not cool, I usually can’t send all the images, for bursting time.
What they recommend to me?
http://php.net/manual/en/features.file-upload.common-pitfalls.php
– Daniel Omine