开发者

ubr uploader , windows : ERROR: Failed to find flength file

开发者 https://www.devze.com 2023-01-26 03:01 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消