Hi all,
I have a trouble, i use php uploader, when i upload file *.apk, it have errror
Server side exception, failed to upload DarkAvenger_1.1.7.apkDebug Information:Php No Request Files
Help me, plz.
Hi goldseiker,
Does it get problem with small size apk file too? Can you use echo phpinfo(); to ouput all php settings? So I can check the large file upload settings. And please check php setting "upload_tmp_dir", ensure that you have set value for it and your site has the write/read permission of the folder you set for.
You can send the info to [email protected] too.
Regards,
Ken
Hi Ken,
I can upload another file photo, but I can't upload file *.APK . Max file upload i've set in php.ini 200mb.
I've edit file demo2.php
$uploader->AllowedFileExtensions="*.jpg,*.png,*.gif,*.bmp,*.apk,*.txt,*.zip,*.rar";
Thanks for your help.
Does it get problem with all apk file? did you try the small one? for example 10KB? does it get the same issue?
Is your site online? if so, can you send me your uploader page url? so I can check it for you directly.
And can you use echo phpinfo() to output all php settings? so we can check the settings for you too.