I ran through some test submissions on a new installation. When I upload files via the form it seems to work ok. The file admin portal shows the path to uploaded file. I get the correct email confirmation with a link to get the uploaded file but it's not there when I click the link. Looking at the use/formname/files directory confirms it's missing. I saw a post earlier (april I think) that touched on this but I couldn't see a solution.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm guessing something is wrong with your php configuration for file uploads. You can try out the demo site at http://phpformgen.sourceforge.net/phpform
The file upload works just fine over there, I just verified it a couple of minutes ago.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-07-27
Hello,
I have a similar problem. Everytime I try to upload files, even very small ones, I keep getting this error: Warning: copy(files/01_54_42_Arboledas CV23 a.jpg): failed to open stream: Permission denied in /home/avalco/public_html/php/forms/process.php on line 50
I tried with other types of files but it doesn't work. What can I do? Thanks!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have the same problem, i don't get any errors thought, everything appears to be fine until i go to my files folder to get the uploaded files and they aren't there, please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i know why this is happening now, it's because the form only allows certain types of file like jpgs, but not zip or word docs etc. i want to accept zip files, does anyone know how to make this possible? thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having this very problem. The form looks great, it seems to upload a file- the form gets processed and there is a link to the location on my server where a file should go. But no file gets uploaded. I've messed around with it for hours and can't figure out what the problem is. Can someone help? Thanks so much!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if certain file types are not getting uploaded then this means that there is some restriction placed on the file type by your webhosting company. You will have to contact them and check what file types are allowed. Normally, ISPs only place restrictions on executable binary files and scripts, but I may be wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for your response!! I fixed the problem by removing the file size limitation in the code. I thought I had tried that!! But now it works. Loving the form, thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ran through some test submissions on a new installation. When I upload files via the form it seems to work ok. The file admin portal shows the path to uploaded file. I get the correct email confirmation with a link to get the uploaded file but it's not there when I click the link. Looking at the use/formname/files directory confirms it's missing. I saw a post earlier (april I think) that touched on this but I couldn't see a solution.
I'm guessing something is wrong with your php configuration for file uploads. You can try out the demo site at http://phpformgen.sourceforge.net/phpform
The file upload works just fine over there, I just verified it a couple of minutes ago.
Hello,
I have a similar problem. Everytime I try to upload files, even very small ones, I keep getting this error: Warning: copy(files/01_54_42_Arboledas CV23 a.jpg): failed to open stream: Permission denied in /home/avalco/public_html/php/forms/process.php on line 50
I tried with other types of files but it doesn't work. What can I do? Thanks!!
i have the same problem, i don't get any errors thought, everything appears to be fine until i go to my files folder to get the uploaded files and they aren't there, please help
i know why this is happening now, it's because the form only allows certain types of file like jpgs, but not zip or word docs etc. i want to accept zip files, does anyone know how to make this possible? thanks.
I'm having this very problem. The form looks great, it seems to upload a file- the form gets processed and there is a link to the location on my server where a file should go. But no file gets uploaded. I've messed around with it for hours and can't figure out what the problem is. Can someone help? Thanks so much!
if certain file types are not getting uploaded then this means that there is some restriction placed on the file type by your webhosting company. You will have to contact them and check what file types are allowed. Normally, ISPs only place restrictions on executable binary files and scripts, but I may be wrong.
Thank you for your response!! I fixed the problem by removing the file size limitation in the code. I thought I had tried that!! But now it works. Loving the form, thank you!