View Full Version : File handling/string size
What are the practical limits of importing an entire file into a string.
Is there a limit to the length of the string that can be handled?
Dalsor
12-10-2002, 01:24 AM
There really isn't a limitation.
I'd have guessed that you might be restricted by phps memory limit and (depending on your desired usage) maybe post max size and upload max filesize.
Vague defaults would point somewhere in the regions of
32MB script memory allowance
8MB post
2MB upload
Which should be enough for most tasks
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.