I’ve changed the settings in my php.ini to:
memory_limit = 50M
post_max_size = 10M
file_uploads = On
upload_max_filesize = 10M
But my script is still timing out. I’ve written in some code to fail the upload if the size is to large, but the upload timesout before it gets to that point. What other code can I use to fully disable the timeout, the file I’m uploading is just under 3mb so not huge?
TIA
Try the following: