Donate Share

Uber Uploader

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Upload working, but no upoad bar

You are viewing a single message from this topic. View all messages.

  1. 2007-01-12 15:51:34 UTC
    Recklessb figured it out!

    I have changed the folder structure in my installation of Uber Uploader, so that the upload form (uu_file_upload.php) and the finished upload page (uu_finished.php) are in a different folder than the other PHP and the JavaScript files (which are all placed together in the "html" folder, when you download Uber Uploader). I had of course changed all file paths in all files, as described in the installation instructions. But I forgot to change one file path that was not mentioned in the instructions and that I did not see when I skimmed the files: the one to uu_get_status.php in uu_file_upload.js.

    So if you have the same problem I had,
    try changing line 314 in 'uu_file_upload.js':

    get_status_url = "uu_get_status.php?temp_dir_sid=" + ....

    so that the path for uu_get_status.php is correct
    RELATIVE TO UU_FILE_UPLOAD.PHP,
    because uu_file_upload.js is included there!!!

    My installation works fine now.
    Thank you, recklessb!
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.