Author Topic: Changing Max File Upload Size  (Read 4136 times)

Offline d00s7w

  • Jr. Member
  • **
  • Posts: 13
Changing Max File Upload Size
« on: November 26, 2010, 08:57:04 AM »
hi guys, i have read lots of forum posts about how to change php.ini and .htaccess info stored to be able to upload larger files than 2mb.

this has been partially successful, the upload area now shows "max file upload size: 500MB" but when i try to actually upload a file (a 7.2mb PDF) it says file upload failed.

any ideas how roundcube will actually upload larger files?

thanks in advance

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Changing Max File Upload Size
« Reply #1 on: November 29, 2010, 11:53:11 AM »
Emails should not be larger than 5 MB. SMTP is not designed to transfer large files. If you want to transfer large files than use a protocol which is designed for it: FTP.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Changing Max File Upload Size
« Reply #2 on: November 30, 2010, 06:54:05 AM »
Hi!

"500MB" is absolutly crazy!!!

For the fairness:
The php.ini is not the only parameter you have to configure.
Take a look at the rc-configs...
;)


Rgds.