PHPmotion Wiki : HelpUploadSizeLimit

HomePage :: Contents :: PageIndex :: Login/Register

Change maximum file upload sizes


Featured PHPmotion Sponsor: Cirtex- Unlimited PHPmotion Web Hosting $2.95/month [50% discount with coupon code "phpmotion"]


Back to How To's (HOW TO)


Question


How do I increase or decrease the maximum allowed file sizes for uploads.

Answer



For Videos file sizes

You will need to edit the file /cgi-bin/uu_default_config.pm

You will need to specify the size limit in in bytes. You can use our handy calculator/convertor to get the correct figure Megabytes to Bytes Convertor

Edit this in the file /cgi-bin/uu_default_config.pm

	max_upload => 209715200,





For Audio file sizes

You will need to edit the file /cgi-bin/audio/uu_default_config.pm

You will need to specify the size limit in in bytes. You can use our handy calculator/convertor to get the correct figure Megabytes to Bytes Convertor

Edit this in the file /cgi-bin/audio/uu_default_config.pm

	max_upload => 209715200,





For Picture/Image file sizes

You can change this in your SiteAdmin control panel.

This is under the menu item Settings > General settings

You will need to specify the size limit in in bytes. You can use our handy calculator/convertor to get the correct figure Megabytes to Bytes Convertor













Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0388 seconds