PDA

View Full Version : File handling/string size


Kiwi
12-09-2002, 11:01 PM
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.

Ökii
12-10-2002, 11:56 AM
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