pratamishus Posted March 28, 2007 Share Posted March 28, 2007 Hi! I have post problems. Whenever I post files more than 4 MB it does not upload files on my local server. It just does nothing. tried to set the post_max_size = 10M; max_execution_time = 100; memory_limit = 250M; in the php.ini. Still no luck. What's wrong? Can anyone help. Link to comment https://forums.phpfreaks.com/topic/44604-post-problems/ Share on other sites More sharing options...
spamoom Posted March 28, 2007 Share Posted March 28, 2007 If im not mistaken, you have to set it in the form options aswell, not sure though Link to comment https://forums.phpfreaks.com/topic/44604-post-problems/#findComment-216624 Share on other sites More sharing options...
pratamishus Posted March 28, 2007 Author Share Posted March 28, 2007 Yes you are right. I set the form enctype="multipart/form-data" and <input type="hidden" name="MAX_FILE_SIZE" value="100000000"> Which is 100 MB(for testing ! ). Still no luck. Link to comment https://forums.phpfreaks.com/topic/44604-post-problems/#findComment-216629 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.