Posted by Good Man on 10/29/07 19:26
Fons <fons@fons.invalid> wrote in
news:47262f71$0$29261$ba620e4c@news.skynet.be:
> My script acts on a file (approx. 100k) offered by the user. Actually,
> it acts on a variable that should have the contents of that file in
> it. I could try to let users upload that file and then read that file
> into a variable, but before I figure out how to do that: is this
> unnecessary overhead? Is it possible to do it without creating a file
> on the server filesystem and do it completely within the PHP
> framework? What method would you recommend?
>
what are you trying to do?
[Back to original message]
|