Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP via Web

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
0
0
GB
Is it possible to use Net::FTP to uplaod files to a websever from clients local machine?

How do you control the windows 'file dialog' to access local machine files and initiate file transfer?

ok I know there is the form field type 'file', but I don't want to upload via standard form submission and CGI.pm, it's too unreliable and cannot handle large files.

So what's the alternative?

Cheers,
1DMF

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
For non tech savvy users, most of my clients, I use an app written in Foxpro which both zips and FTP's a database backup. The problem with that is the source filename, destination and FTP details are programmed into the script so would be anon starter if the database names were not constant.
that's exactly what I want to do!

However, I don't have the tools to do it!

I'd write it in MS access and wap it into an app with the runtime, but alas without MS VSTO you cannot do it with MSO 2003!



"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top