Can it auto download files and upload files to and from client computer from server?

imtommy

Newcomer
Joined
Mar 2, 2004
Messages
8
P.s. I am using C# project.

In case ,There are 4 xml files in my server computer.


My pages are <http://www.abc.com/upload.aspx> and <http://www.abc.com/download.aspx>
on server if my server is <http://www.abc.com>. They are used for uploading and downloading process.

Question 1 :

Can I copy that 4 xml files to the specified folder (eg. C:\XML\ ) on client computer by clicking a button "Download" in the page , <http://www.abc.com/download.aspx>?, which means that people no need to click "save as" to the download these 4 xml files.

Question 2 :

Can I get 4 xml files from the specified folder (eg. C:\XML\ ) on client computer and upload it to the server computer of specified folder by clicking a button "Upload" in the page , <http://www.abc.com/upload.aspx>?, which means that people no need to choose files that needed to be uploaded as there are so specifed folder at client computer.

Question 3 :

Can it upload to PDA from server via client computer and via ActiveSync?


Thx all , I would be greteful if someone can solve my problem.


Thx ~~~~
 
Excuse me ~

Is there any ways to click a button and pop up a dialog box to ask user to choose "save as" ?

1 and 2)

Is there any another way to do that action in asp.net and c#project?


3) i think i need to solve the case of 1 and 2 first, so that i can do that action.
 
i know this method already .
but i just don't want the user to choose the file name
as everytime the file name is the same
 
What I mean is the user no need to click the "browse" button to choose file and it can also upload the files by setting a fixed path and thata file and folder are all in permission.
 
Not sure how, just an idea. Could an Activex control, that the user downloads, be used to preform the upload and download functions? So on the upload page the client would click upload, and that would trigger the activeX control on the clients computer to preform a upload of the files that you have programmed into the control?
 
Back
Top