Log in

View Full Version : Attachments


Hammond
07-05-2007, 10:42 PM
Hello. i need to upload LAAARGe files but to put them on board like attachments..
how can i do this ? according to PHP limit. and file size LIMIT. thanks for advance

Dismounted
07-06-2007, 04:54 AM
You are probably restricted by PHP's limitations as set in php.ini, you will need to ask your host to lift that limit.

Hammond
07-06-2007, 11:21 AM
Okay, this will not happen. Is there any OTHER way ? For example uploading to ftp of mysite and than attach ?

snakes1100
07-06-2007, 11:26 AM
NO, its a php limit and it controlled by the php.ini file.

Only thing that may work is a htaccess file, but those are limited by the host as well as to what you can execute in them.