PHP upload files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

PHP upload files

Post 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
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

Post by reecec »

thanks thats has answered my question
Post Reply