Search found 3 matches
- 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...
- Sep 05, 2006 8:31 am
- Forum: XUpload
- Topic: Transfer complete! but no file!
- Replies: 3
- Views: 8039
- 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...