| [reply] |
Depending on the configuration of your local system your server may be able to connect to it, but you don't give us any details of either the server or local system. Would it not make more sense for your local system to send files to the server since it is more likely to run something like FTP/SFTP server?
Martin
| [reply] |
actually ,i am working on CMS called Interwoven teamsite ,there i need to develop a script written in perl/cgi which is really on client side only ,the script should display (i dont no how)some sort of screen through which user can select and upload this file to the local system only,pls igmore regarding server side issues,any pointers regarding this ?.
regards,
rahul
| [reply] |
Hi rahulgsp83,
If I understand you correctly you have some sort of CMS system that runs on a server that users access via a browser? Or does "perl/cgi which is really on client side only" mean that this system installs on client machines?
If this actually runs from a server then there are many posts here regards file uploading, for example Re: I need a simple web upload script. (super search for more examples).
Martin
| [reply] |
| [reply] |
If your CMS already has an upload facility, maybe you want to automate that through WWW::Mechanize?
| [reply] |