tempi Posted October 12, 2007 Share Posted October 12, 2007 Hi there If i have a form with several file input fields. Do I have to put the <input type="hidden" name="MAX_FILE_SIZE" value="30000"> every time befor the file field? Or are all the filesizes from the different files added together and result in the value="30000"? Are there any futher methods of managing the filesize with php? Thanks Tempi Quote Link to comment https://forums.phpfreaks.com/topic/72904-multiple-files-upload/ Share on other sites More sharing options...
~n[EO]n~ Posted October 12, 2007 Share Posted October 12, 2007 You can change the settings in php.ini max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) Quote Link to comment https://forums.phpfreaks.com/topic/72904-multiple-files-upload/#findComment-367681 Share on other sites More sharing options...
tempi Posted October 12, 2007 Author Share Posted October 12, 2007 k thanks, have u got an answer to my other questions? Quote Link to comment https://forums.phpfreaks.com/topic/72904-multiple-files-upload/#findComment-367686 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.