Search found 3 matches

by TAiS46
Sep 05, 2006 1:33 pm
Forum: XUpload
Topic: How to fix the Upload and Transfer complete problem!
Replies: 0
Views: 10597

How to fix the Upload and Transfer complete problem!

Hello, if you have an Windows Server and get an Transfer complete but no Upload, change the fallowing files: XUploadConfig.pm Change: temp_dir => '/.../temp', to your windows absolute path! You can see it, if you create an file and write <?php phpinfo() ?> in it! My absolut Path ist: C:\inetpub\vhos...
by TAiS46
Sep 05, 2006 8:31 am
Forum: XUpload
Topic: Transfer complete! but no file!
Replies: 3
Views: 8039

Okay, i have fix the first problem!

But the new problem is, that i dont get an Download Link, is that correct? I see only, upload is finish, but on the main page, i dont see a link!
by TAiS46
Sep 05, 2006 12:29 am
Forum: XUpload
Topic: Transfer complete! but no file!
Replies: 3
Views: 8039

Transfer complete! but no file!

Hello, i have read the other thread, but don't help! Here my php info: http://imageup.de/info.php Here the script: http://fileup.ya.cx/upload_form.html Config file: package XUploadConfig; BEGIN { use Exporter; @XUploadConfig::ISA = qw( Exporter ); @XUploadConfig::EXPORT = qw( $c ); } our $c= { # Dir...