class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Hello I was setting up a test server on my little winXP machine using XAMPP
I have using your script with great joy on my live server "linux" and I set up my little test server and tried to use the same exact code and all I get is the error message
"Error: File error. Please try again"
I outputed the $_POST['File'] and the path to the file being uploaded it looks like C:\\Documents and Settings\\me\\My Docs\\5026-1.dat the dat file I'm trying to upload via http to my test server.
I was just wondering if this has ever been tested on a windows box, I copied and pasted the Posted var to windows explorer to see if explore could understand it but it said file not found but if I remove the extra slashes it finds the file.
I have using your script with great joy on my live server "linux" and I set up my little test server and tried to use the same exact code and all I get is the error message
"Error: File error. Please try again"
I outputed the $_POST['File'] and the path to the file being uploaded
it looks like
C:\\Documents and Settings\\me\\My Docs\\5026-1.dat
the dat file I'm trying to upload via http to my test server.
I was just wondering if this has ever been tested on a windows box, I copied and pasted the Posted var to windows explorer to see if explore could understand it but it said file not found but if I remove the extra slashes it finds the file.
Anyway thanks for any help.