Re: [PHP] upload forms, how much was uploaded before upload fails..

2002-03-25 Thread Rasmus Lerdorf
There is only an upload_tmp_dir. Not sure where you think this second tmpdir is coming from. Once the upload is finished the file is written to the upload_tmpdir and you then have to do something with the file from there. -Rasmus On Mon, 25 Mar 2002, Gerhard Hoogterp wrote: > On Sunday 24 Mar

Re: [PHP] upload forms, how much was uploaded before upload fails..

2002-03-25 Thread Gerhard Hoogterp
On Sunday 24 March 2002 23:14, Rasmus Lerdorf wrote: > You'll probably need PHP 4.2 for uploads that big to work well. Before > 4.2 uploads were buffered in ram, so no, you have no way to recover a > broken upload. But what, in that case, is the use or purpose of upload_tmp_dir ?? Moving fro

Re: [PHP] upload forms, how much was uploaded before upload fails..

2002-03-24 Thread Rasmus Lerdorf
You'll probably need PHP 4.2 for uploads that big to work well. Before 4.2 uploads were buffered in ram, so no, you have no way to recover a broken upload. On Sun, 24 Mar 2002, Gerhard Hoogterp wrote: > Hello all, > > I'm still having problems uploading BIG files (15MB and more) Is there a way

[PHP] upload forms, how much was uploaded before upload fails..

2002-03-24 Thread Gerhard Hoogterp
Hello all, I'm still having problems uploading BIG files (15MB and more) Is there a way to find howmuch data was uploaded before the connection was broken? For some weird reason no browser has a half decent user feedback if it come to upload forms. Gerhard -- ICQ: 4502226 -- PHP General