how to upload 30mb files

dlcomplete

New Member
hello to all friends i did increas zip file size to 100mb but when i upload zip or any file more then 2 to 3 mb it says upload failed.what's the problem.
 
1. Mod your php.ini as follows to include:

Code:
post_max_size = 1000M
upload_max_filesize = 1000M
file_uploads = On

2. Go to Admincp-->Attachments-->Attachment Manager and modify the attachment file size to your choosing.

That should do it. Good Luck!
 
Back
Top