Click to See Complete Forum and Search --> : Script wanted!


troy1984
11-04-2003, 01:24 PM
Hi all,

I'm searching fot a (simple) script in php for people to upload files to my server. Does anyone have a script that does this.

If possible a file that can upload images to an image's folder and other files to an other folder. This is an extra and not a must. Tnx readers.

Greetings,
Troy

pyro
11-04-2003, 02:02 PM
Take a look at this script: http://forums.webdeveloper.com/showthread.php?s=&threadid=10236#post53379

troy1984
11-04-2003, 02:14 PM
Thanks man that's great.

Greetings,
Troy

pyro
11-04-2003, 02:28 PM
Sure thing... :)

troy1984
11-05-2003, 01:47 AM
When I copy your scrpit and run it on my server (Appserv 2.2.0 on Windows 2000). I get this msg when I trie to upload a file.

Warning: move_uploaded_file(uploads/Sample.jpg): failed to open stream: No such file or directory in c:\appserv\www\upload.php on line 19

Warning: move_uploaded_file(): Unable to move 'C:\WINDOWS\TEMP\php1B.tmp' to 'uploads/Sample.jpg' in c:\appserv\www\upload.php on line 19

Your file could not be uploaded.



What am I doing wrong,

Thank you in advance,
Greetings,
Troy

troy1984
11-05-2003, 02:44 AM
Got it working :D.
Tnx guys.

Great Script!

pyro
11-05-2003, 07:17 AM
Cool beans... :)