Jump to content

File Uploading


jaikar

Recommended Posts

i dont think this will affect the server limits, because to my knowledge the Max file size on the form should b used when the server has limts like 100 and if you manualy want to restrict the file size to 10 or 20 you can use that .....

 

i am looking for the function in php like, set_interval someting like this which will replace the value in the php.ini file. bcause the file upload is restricted in the php.ini file so, is there a function to change this limit and increate the upload size ?

 

Thanks

~J

Link to comment
https://forums.phpfreaks.com/topic/54996-file-uploading/#findComment-271903
Share on other sites

Right.

 

It really depends on your php.ini settings, and wether or not you can override them. And that's not just specific to the options related to these settings.

 

You can use set_ini, .htaccess, or sometimes your host will let you have mini php.ini files. It really depends on your host, and what they allow. They might not allow any overrides.

Link to comment
https://forums.phpfreaks.com/topic/54996-file-uploading/#findComment-271914
Share on other sites

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.