Products module - resizing files on uploads

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
czeslav87
Forum Members
Forum Members
Posts: 23
Joined: Tue Nov 22, 2011 10:52 am

Products module - resizing files on uploads

Post by czeslav87 »

Hello,

Long story short - i know it has been discussed a lot and official message is that we don't want to do that. But the issue is - my customer has very little knowledge about anything related to computers.

Is there a way to resize uploaded image if it's bigger than 640x480, so in case he wants to upload big files it won't mess up the server space?

best regards
czeslav
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Products module - resizing files on uploads

Post by janaf »

Not a solution to your question but still. You can set the maximum upload size in the config.php, then at least they should get an error message that the file is too large. However that would limit any upload file to that size, not just images.

Add

Code: Select all

$config['max_upload_size'] =
in the config.php file

Size is set in bytes.
Post Reply

Return to “Modules/Add-Ons”