Re: [PHP] Generating RTF on the fly

2002-06-29 Thread Gerhard Hoogterp
On Saturday 29 June 2002 09:37 pm, Mario Bittencourt wrote: > I need to generate RTF files from within PHP scripts based on user > input. Do you know of any package to do the trick ? > Besides the package already named, you can also just read an rtf template file and use str_replace.. It's pl

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

[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

Re: [PHP] problem uploading BIG files

2002-03-18 Thread Gerhard Hoogterp
On Monday 18 March 2002 23:56, Martin Towell wrote: > Is it possible to determine if it's the php script causing the error or the > browser causing the error? Maybe it's the browser timing-out?? Tested with two browsers. But probably it's the timing anyhow indeed.. I just realized that the timeo

[PHP] problem uploading BIG files

2002-03-18 Thread Gerhard Hoogterp
Hello All, I have a problem uploading big files. 23MB range. I already changed the max_upload_filesize and the post_max_site to 26214400 byes (25Mb) and the timeout (set_time_limit) is set to 0. No limit. Since I'm testing over a lan uploading goes fast. I see it going for a while and then s

Re: [PHP] how a function 'return' statement works

2002-02-13 Thread Gerhard Hoogterp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 13 February 2002 22:55, Erik Price wrote: > Can anyone give my puny mind an explanation as to why the following > function only returns the value "Array" ? > > # === > # get_curr