PDA

View Full Version : Attaching Files Through a URL


WantedLebanese
04-22-2008, 08:49 AM
Dear Vbulletin Team,

I'm finding a problem with Uploading a File from a URL.

I can upload files from a URL between 1 MB and 10 MB... What If I have files bigger than 10 MBs?

I have some files about 20-50 MB.. so help me please.

Best Regards.
Jad A. Awada

Dismounted
04-22-2008, 09:26 AM
This is dependant on your server configuration (PHP Config and Apache Config). You need to change the appropriate settings in their respective configuration file to allow for bigger file uploads.

WantedLebanese
04-22-2008, 09:29 AM
Can You specify to me more.. So I can edit it!!!

Dismounted
04-22-2008, 09:57 AM
You need to edit php.ini (usually located in /etc) and/or httpd.conf (usually located in /etc/httpd/conf).

WantedLebanese
04-22-2008, 10:13 AM
Check the attachment.. This is the php.ini

What shall I edit in it?

Lynne
04-22-2008, 02:08 PM
I got this list over at vb.com at one time. These are the settings that may affect your ability to upload attachments:

PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize

MySQL Settings:
max_allowed_packet
max_packet_size
wait_timeout

Dismounted
04-23-2008, 10:06 AM
Add max_input_time to that list :).

Lynne
04-23-2008, 03:17 PM
Add max_input_time to that list :).
Added to my little list. Thanks!