I don't want to do it through URLs.
I would like to do it with in my webapplication, using HTML form

-Aswath

>From: Kris Gonzalez <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: uploading 1 GB files using FTP
>Date: Sat, 26 May 2001 04:30:54 -0500
>
>current versions of netscape and ie allow for ftp access, so your main
>trial would be dynamically constructing ftp urls which allow for
>access...
>
>and this is really no problem at all:  just have your user go through
>some sort of login mechanism, which dynamically constructs a link in the
>form of:
>
>ftp://username:[EMAIL PROTECTED]
>
>the user clicks, they have access to the ftp server, and can use thier
>browser to perform the uploads
>
>-kg
>
>
>
>aswath satrasala wrote:
> >
> > Hello,
> > I had posted this message earlier.
> > I am posting again for more information.
> >
> > How can the user upload 1GB file using FTP.
> >
> > I am currently planning to use multipart form posting and using
> > JSPSmart free download.
> > I heard from the userlist, that this will be very slow, and
> > should think of using FTP.
> >
> > How can I give FTP upload to the user from my web site
> >
> > Thanks
> > -Aswath
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to