[ Video Sharing CMS v4 ] file size upload limit...

Started by ASDF,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ASDFTopic starter

hey Mario,can you tell me how can i reduce the file size limit(images)....i think i know it but just don't want to create problems for you by modifying/changing the codes myself.
  •  

Marius P.

In the uploaders? You can resize it before storing it.

for example in com/com_share.php you can uncomment this line (for uploaded images for uploaded videos)

//$uploader -> resizeImage(200, 200, 'crop');



changed to


$uploader -> resizeImage(200, 200, 'crop');


200x200 px, you can change that to your needs.

Same for lib/AddVideo.php and other image processors.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

ASDFTopic starter

  •  

Similar topics (7)