0

I need to upload real large images like 10mb. When i'm trying to upload it. websrever crushes. not enought memory. I can't add it. Is there any module for resizing image on uploading?

AlexEfremo
  • 773
  • 1
  • 8
  • 20
  • I would suggest resize the images before uploading them. 10MB is too much for an image and Drupal will have to upload it anyway in order to do any manipulations (resize etc). – TheodorosPloumis Sep 08 '13 at 14:42

2 Answers2

1

You can try this one,I hope it helps you to solve your problem https://drupal.org/project/image_resize_filter

Suvash sarker
  • 3,140
  • 1
  • 18
  • 21
0

It sounds like you need to upload large images and don't want to resize them. For that, you need to increase you php memory limit and change your max file upload size.

Community
  • 1
  • 1
DMCoding
  • 1,167
  • 2
  • 15
  • 30