[PHP] Re: problem with file upload script

2004-09-27 Thread Mike
I don't know if I'm right, but ckeck this out: the echo $_FILES['file']['name'] variable holds the file name on the computer that uploads the file. and in one place you try to move the uploaded file from the temp folder back into the folder where it came from. I suggest you create a new folder

[PHP] Re: problem with file upload script

2004-09-27 Thread AMC
Hi, I changed the script to upload to a different directory but it still doesn't work, any ideas? I really appreciate the help. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head title/title meta name=GENERATOR content=Microsoft Visual Studio.NET 7.0 meta

[PHP] Re: problem with file upload script

2004-09-27 Thread Daniel Watrous
Someone sent you a link earlier to a php page explaining how to upload files. I think that you will find as you read that page that you are missing SOME HTML in the way you build your form. If in doubt, try to copy and paste from that page exactly to see if it works! DW

Re: [PHP] Re: problem with file upload script

2004-09-27 Thread raditha dissanayake
AMC wrote: Hi, I changed the script to upload to a different directory but it still doesn't work, any ideas? I really appreciate the help. You are not the first person to run into problems with file uploads. Quite a few of those who managed to overcome them posted their finding at the link

Re: [PHP] Re: problem with file upload script

2004-09-27 Thread AMC
I did read this and it did not resolve the problem Raditha Dissanayake [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] AMC wrote: Hi, I changed the script to upload to a different directory but it still doesn't work, any ideas? I really appreciate the help. You are not the