Jump to content

[SOLVED] upload_max_filesize


Lodius2000

Recommended Posts

does the upload_max_filesize command in php.ini limit the size of each file uploaded or limit the size of all the files to be uploaded at once

 

I am thinking of making a batch image upload script and want to know where would be a good limit for upload_max_filesize and if it does limit the batch then i have to make my limit huge

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/126960-solved-upload_max_filesize/
Share on other sites

You could test this yourself in a couple of minutes. Select two files that total more than the upload_max_filesize setting and see what happens. All you need is a valid upload form with two type="file" fields and some .php code with a print_r($_FILES); statement to display the results of the upload.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.