Form upload: file not found
Permalink
When a user uploads a file through a form, sometimes the file appears in the dashboard form report as 'file not found'
Through trial and error i have determined that this is not down to any file type etc. I have been using the exact same file to test and about 1 in 3 say 'file not found'
i have tried to increase the php memory limit, the execution time ... basically tried everything i can think of.
does anyone have any ideas or had the same issue?
Through trial and error i have determined that this is not down to any file type etc. I have been using the exact same file to test and about 1 in 3 say 'file not found'
i have tried to increase the php memory limit, the execution time ... basically tried everything i can think of.
does anyone have any ideas or had the same issue?
What ever is causing this problem also affects all the file managers across my sites.
I get this error when trying to upload a file:
Unable to copy file to storage directory. Please check permissions on your upload directory and ensure they can be written to by your web server.
the problem is sometimes the file does upload successfully but most of the time it doesnt.
I have checked file permissions etc.
a php info file can be seen at miltonabbey co.uk/info.php
I get this error when trying to upload a file:
Unable to copy file to storage directory. Please check permissions on your upload directory and ensure they can be written to by your web server.
the problem is sometimes the file does upload successfully but most of the time it doesnt.
I have checked file permissions etc.
a php info file can be seen at miltonabbey co.uk/info.php
It may be file size related. The default upload_max_filesize is 2mb, so try a file less than 2 mb, and one over. If the less than file goes through, and the one that's over doesn't than increase the upload_max_filesize in your php.ini
anyone know what would cause this?