Re: help with progress bar

2004-01-15 Thread Gerry Creighton
On Jan 15, 2004, at 2:20 PM, Wiggins d Anconia wrote: On Tue, 13 Jan 2004 22:38:18 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote: Well that's disappointing. Well then how do they do it with the Megaupload script? That works great and isn't slow BUT it doesn't have form processing. The guy w

Re: help with progress bar

2004-01-15 Thread Wiggins d Anconia
> > On Tue, 13 Jan 2004 22:38:18 -0500, [EMAIL PROTECTED] (Gerry > > Creighton) wrote: > > > > Well that's disappointing. Well then how do they do it with the Megaupload > script? That works great and isn't slow BUT it doesn't have form > processing. The guy who wrote it said that I can paste th

Re: help with progress bar

2004-01-15 Thread gerry
> On Tue, 13 Jan 2004 22:38:18 -0500, [EMAIL PROTECTED] (Gerry > Creighton) wrote: > >>Hi, >>I have a situation where I want people to upload large files to my >>server after filling out a form with several fields. I have an uploader >>form that works great in processing the form, uploading the fil

Re: Script within a script

2004-01-15 Thread Wiggins d Anconia
Please bottom post... > You can execute that second script: > require script.pl > > or > > system('perl script.pl'); > While interesting solutions I would avoid both. The first is a very odd usage of require to me, if you want to go along those routes I suspect you are better off with do or e

Re: Script within a script

2004-01-15 Thread Barbara Lindsey
I haven't seen this before. Can you do this to add more subs to a module without making a parent module out of them? Octavian Rasnita wrote: You can execute that second script: require script.pl or system('perl script.pl'); - Original Message - From: "Kenneth W. Craft MCP" <[EMAIL PROT

Re: Script within a script

2004-01-15 Thread Octavian Rasnita
You can execute that second script: require script.pl or system('perl script.pl'); - Original Message - From: "Kenneth W. Craft MCP" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 3:06 PM Subject: Script within a script > Is it possible to execute a perl