On Mon, Jun 30, 2003 at 03:29:39PM -0500, Dean E. Weimer wrote:
> It looks like there is no simple solution to this, and your point about
> uploading a large quantity of files is well taken.
> 
> I think as a solution I will enable a tsl/ssl ftp server and in the short
> term use a published PHP solution notftp (http://wonko.com/notftp/) for
> the one other user I currently have on the system, I will try to find a
> solution for the problems with it under https.  In the long term I will
> probably write my own scripts that integrate into a database to do
> directory caching, and is entirely based on forms using the post method,
> and may eventually publish the scripts.
> 
> Thanks to all those who gave me some added insight on this issue.

One solution (this may have already been mentioned on this thread; I
haven't read it all) would be to let users upload a .zip (or .tar.gz)
file over HTTP, and have your server uncompress it and (optionally)
create a directory structure matching the contents of that .zip.  

The 'gallery' image gallery software does .zip file uploading, and it's
quite handy.

Just a thought,

joel

-- 
[ joel boonstra | gospelcom.net ]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to