I've setup ActivePerl on my Windows machine and can run Perl scripts on WAMP. I am setting up Uber-Uploader and now it just telling me ERROR: Failed to find flength file
.
I've set all the开发者_开发技巧 paths in uber.ini
and in the Perl script. I guess there's something missing out there. :(
The errors you're getting are in the PHP scripts.
The name for the file that's missing is set like this:
$flength_file = $TEMP_DIR . $UPLOAD_ID . '.dir/' . $UPLOAD_ID . '.flength';
Try looking into that and please also edit your tags to include php instad of perl.
精彩评论