"K.Deepak" wrote:
> 
> Dear Tony,
> 
>         Thanks for your response. But, i don't need a .netrc file . This won't
> suffice my requirement. In my office, daily we have lot of upload
> requests.I need an automated tool which will work something like this.
> 
> * The tool should give a browser or http page.
> 
> * Here i give the local file name with the location path as to where the
> file to be uploaded is present
> 
> * Then the next field should be to carry the user's email address. this
> should be used to maintain the database of how many uploads has been
> done
> 
> * then the next field should ask for the remote site name, ipaddress,
> user name and password to login, and the remote location path
> 
> atlast there should be a submit button, which when clicked should
> intiate the ftp transfer.
> 
> my requirement is something like this
> 
> 
> can anyone help me out in this case

Sounds like php or even a simple html form should do the trick.  I have
not done this although I will be soon.  There is, I believe a mechanism
in http for file uploads.  The example I saw as I was researching this
during the highlevel design phase used the browsers file chooser the
select the file then the form cam have whatever fields you need on it.

here is a page from the php manual that might get you started  :
 http://www.php.net/manual/en/features.file-upload.php

BTW I found this by doing a google search  http file upload form

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to