Page 1 of 1

PHP upload files

Posted: Wed Jul 19, 2006 11:02 am
by reecec
Hi i may be doing a job for someone but i need to know the want a php upload script but they need it to be able to upload big files like 500mb would this make the script any different to my normal upload script also isnt this quite big size when you cant see whats happeing as there is no loading bar

thanks reece

Posted: Wed Jul 19, 2006 11:06 am
by Luke
I think that's a job better handled by FTP ... that will slow down your server something feirce

PHP's standard max_post_size I think is like 8mb... and if you are on a shared server, I doubt they will bump it any higher than around 16

Posted: Wed Jul 19, 2006 11:09 am
by reecec
thanks thats has answered my question