Welcome Guest, Not a member yet? Register   Sign In
ftp - upload via a web form
#11

[eluser]tobben[/eluser]
Have you tried editing the values in ex. a .htaccess file?

My webhotel said "max 4mb", but this worked quite well for me.

php_value max_execution_time 1200
php_value memory_limit 200M
php_value post_max_size 200M
php_value upload_max_filesize 200M
#12

[eluser]bugboy[/eluser]
you know i haven't i'll try that and see if it works.

Cheers
#13

[eluser]tonanbarbarian[/eluser]
you should be aware however that even if the max_execution time in php is set to 1200 seconds the webserver may be set to less than that and it may cancel the upload process

also the problem with doing this is that it sets these high values for the entire site (or the entire subdirectory the .htaccess is in). This means that any other requests to the server are allowed to take up to 1200 seconds.
Someone could maliciously attack your server and overload it by starting to send a request and then breaking and letting the server sit there for the rest of the 1200 seconds waiting for the rest of the response. It they then do that multiple times your server will overload very quickly.

Chances of this happening are remote but possible so be aware
#14

[eluser]bugboy[/eluser]
cheers.

I've tried that jupload applet i can't seem to get it work at the moment, will keep trying though.

This damn max limit is getting on my tits. oh well ha ha ha ha




Theme © iAndrew 2016 - Forum software by © MyBB