Menu

#1 "Upload of file ... aborted"

open
nobody
5
2002-07-12
2002-07-12
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Same problem here :S

     
  • richard potter

    richard potter - 2003-11-08

    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)) {

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.