This program has been working great so I carried it a step further and created a 1 line form where the user could send a file to the designated email. I did not set the parameters to upload to mysql, just email. When I tested it I got the following message displayed in the formgen generated Thank You page. Could you please tell me what it means? Also I noticed that it has put a \ in the word Can't that is not in the original file name.
Warning: copy(files/09_52_45_Can\'t Explain.txt): failed to open stream: No such file or directory in /home/piedmont/public_html/Test/phpform/forms/process.php on line 18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I notice that "files" has been added to the path so does it mean I have to add a folder 'files' to the directory for it to send the file to? Am I getting warm? Guess I could try it but I thought I would ask anyway just in case it doesn't work that way.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-04-01
never mind..found code glitch..fixed it. working O.K. now
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This program has been working great so I carried it a step further and created a 1 line form where the user could send a file to the designated email. I did not set the parameters to upload to mysql, just email. When I tested it I got the following message displayed in the formgen generated Thank You page. Could you please tell me what it means? Also I noticed that it has put a \ in the word Can't that is not in the original file name.
Warning: copy(files/09_52_45_Can\'t Explain.txt): failed to open stream: No such file or directory in /home/piedmont/public_html/Test/phpform/forms/process.php on line 18
P.S I receive this in my email
Send: http://www.mysite.org/Test/phpform/forms/files/10_52_45_Can\'t Expplain.Txt and when i click on the link I get the 404.
I notice that "files" has been added to the path so does it mean I have to add a folder 'files' to the directory for it to send the file to? Am I getting warm? Guess I could try it but I thought I would ask anyway just in case it doesn't work that way.
Thanks
never mind..found code glitch..fixed it. working O.K. now