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!