Re: [PHP] uploading entire directory, with or without compression...

2003-04-04 Thread Marek Kilimajer
David T-G wrote: It's certainly a start :-) Remember that your clients would have to install the java application on their computer, because java applets (the one running from web) don't have permission to access files on local computer. The same limitation has javascript. I have heard

RE: [PHP] uploading entire directory, with or without compression ...

2003-04-04 Thread Dan Rossi
oo bugger is there an open source version ? -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:05 PM To: David T-G Cc: PHP General list; Awlad Hussain Subject: Re: [PHP] uploading entire directory, with or without compression ... David T

Re: [PHP] uploading entire directory, with or without compression...

2003-04-04 Thread Marek Kilimajer
entire directory, with or without compression ... David T-G wrote: It's certainly a start :-) Remember that your clients would have to install the java application on their computer, because java applets (the one running from web) don't have permission to access files on local computer

RE: [PHP] uploading entire directory, with or without compression ...

2003-04-04 Thread Dan Rossi
Subject: Re: [PHP] uploading entire directory, with or without compression ... David T-G wrote: It's certainly a start :-) Remember that your clients would have to install the java application on their computer, because java applets (the one running from web) don't have permission to access

Re: [PHP] uploading entire directory, with or without compression...

2003-04-04 Thread Marek Kilimajer
signed ? applets simply load dont they ? also maye activex is the way to go ? -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:17 PM To: Dan Rossi Cc: PHP General list Subject: Re: [PHP] uploading entire directory, with or without compression

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-03 Thread David T-G
Kenn -- ...and then Kenn Murrah said... % % i was afraid you were gonna say that, jason ... but i was hoping i had % overlooked something ... Yeah. I went the same route on the list a while back. Check the archives :-) % % anyway, thanks for your response ... i'm familiar enough with your

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-03 Thread Awlad Hussain
- From: David T-G [EMAIL PROTECTED] To: PHP General list [EMAIL PROTECTED] Cc: Kenn Murrah [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:37 AM Subject: Re: [PHP] uploading entire directory, with or without compression ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-03 Thread David T-G
Awlad, et al -- ...and then Awlad Hussain said... % % I found this link that has a stand alone java application that will allow to % to upload a folder... if that what you want? or you want it to be embedded % in your webpage? I don't really know what I want other than the functionality. What

RE: [PHP] uploading entire directory, with or without compression ...

2003-04-03 Thread Dan Rossi
there is an open source java example , but frankly i've never seen one :| -Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 7:50 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] uploading entire directory, with or without compression ... Jason Wong wrote

[PHP] uploading entire directory, with or without compression ...

2003-04-02 Thread Kenn Murrah
Greetings. I have a web site which permits my clients to upload a file via php4, and it works great ... however, some clients have requested that they be able to upload entire directories from their windows or macintosh computers ... that is, to select the entire folder rather than doing one file

Re: [PHP] uploading entire directory, with or without compression...

2003-04-02 Thread Marek Kilimajer
Your clients can zip the folder, upload the zip file, and then you can on the server side use PclZip class to read the content Kenn Murrah wrote: Greetings. I have a web site which permits my clients to upload a file via php4, and it works great ... however, some clients have requested that

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-02 Thread Kenn Murrah
... - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: Kenn Murrah [EMAIL PROTECTED] Cc: php list [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:47 AM Subject: Re: [PHP] uploading entire directory, with or without compression ... Your clients can zip the folder, upload the zip file

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-02 Thread Jason Wong
On Wednesday 02 April 2003 22:08, Kenn Murrah wrote: yes, of course they can ... but i'm looking for a way to automate the process for them (a method which may not exist) .. i suppose i can give them the option to upload multiple files using multiple input fields, but I'd really like to find a

Re: [PHP] uploading entire directory, with or without compression ...

2003-04-02 Thread Chris Hayes
Subject: Re: [PHP] uploading entire directory, with or without compression ... Your clients can zip the folder, upload the zip file, and then you can on the server side use PclZip class to read the content Kenn Murrah wrote: Greetings. I have a web site which permits my clients to upload

Re: [PHP] uploading entire directory, with or without compression...

2003-04-02 Thread Burhan Khalid
Jason Wong wrote: On Wednesday 02 April 2003 22:08, Kenn Murrah wrote: yes, of course they can ... but i'm looking for a way to automate the process for them (a method which may not exist) .. i suppose i can give them the option to upload multiple files using multiple input fields, but I'd really