|
Posted by Gufo Rosso on 10/13/29 11:29
"Mike" <james@rgbgraphic.com> ha scritto nel messaggio
news:11l2sv08i5i75c3@corp.supernews.com...
> hi, i need to create a web form that can upload attachments of size
greater
> than 100 mb or so.
>
> i tried changing the php.ini settings such as -
> postmasxsize and the uploadmaxsize and memory execution time,
> but still , i seem to get a timeout somewhere.
>
my test config in local PC
i have
memory_limit = 800M <-------?
max_input_time = 600 <-------set this value
max_execution_time = 60
error_reporting = E_ALL
post_max_size = 800M
upload_max_filesize = 500M
> i do run my own dedicated server and i really want to configure it to
> support large file upload.
> can anyone help me on this?
>
> thanks in advance.
>
> btw, i do not wish to use FTP, since, the application needs to be
> dynamically run and update the database at same time , etc...
>
>
>
[Back to original message]
|