Uploading

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
daebat
Forum Commoner
Posts: 47
Joined: Mon May 11, 2009 10:16 am

Uploading

Post by daebat »

So I've developed a custom CMS for my graphic designer to upload huge design files and display them for franchisees to download advertising materials. We pushed the memory limit max to 300 mb, then to 500 mb, and now we're getting posters that could be up to 800 mb. I'm using PHP to upload these and I was wondering at what point should I cut off increasing this limit (our corporate and franchise sites are all on the same server).
Post Reply