"Upload of file ... aborted"
Single page PHP file browser
Status: Beta
Brought to you by:
cgdave
Dear sir,
I installed the great Web File Browser 0.4b11 script. I
think I love it! No honestly, I think it looks plain and
simple and it *almost* works as well.
I can use all functions exept... Uploading files! It does
not matter which file I try to upload I constantly get
the message "Upload of file ... aborted".
Do you have any idea what could be the problem?
Ofcourse I can install a sepatate upload script but I
prefer not to since the script you provide is very nice.
Thanks in advance,
Huub van Burken
huub@vanburken.com
Logged In: NO
Same problem here :S
Logged In: YES
user_id=904583
look for this line in the program (line 1146)
if (@copy($HTTP_POST_FILES["file"]["tmp_name"], $fp)) {
and change it to
if
(@move_uploaded_file($HTTP_POST_FILES["file"]["tmp_name"],
$fp)) {