Page 1 of 1

[SOLVED] You didn't pick a file to upload

PostPosted: Tue Apr 05, 2011 1:27 pm
by psphacker
I posted on the "solved thread" but i think i needed to make my own thread.

"I am having the same problem "You didn't pick a file to upload". I dont have a php.ini. I tried to extract the .htaccess and then add the code, but got a error. Did you guys change anything because i tried everything what you said and no luck. I cant upload files bigger then like 2mb or w/e. I set the limit to 10000mb in the GUI but still. HELP PLZ

UPDATE: And im using 1.1 just a heads up
"

Re: You didn't pick a file to upload

PostPosted: Wed Apr 06, 2011 6:20 pm
by psphacker
GUYS PLEASE HELP ME!!!

Re: You didn't pick a file to upload

PostPosted: Fri Apr 08, 2011 12:45 am
by PeterS
psphacker wrote:GUYS PLEASE HELP ME!!!


When you try to change the php.ini values using .htaccess, do the values change in the PHP Config itself?

Create a random php file and insert the following code
Code: Select all
<?php
phpinfo();
?>


See if the values change, if they don't, contact your web hoster and ask if they permit changes of the php.ini via the .htaccess method or by manually creating a php.ini file yourself.