imtommy Posted March 2, 2004 Posted March 2, 2004 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 ~~~~ Quote
Moderators Robby Posted March 2, 2004 Moderators Posted March 2, 2004 1) No 2) No 3) Can you elaborate. Quote Visit...Bassic Software
imtommy Posted March 2, 2004 Author Posted March 2, 2004 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. Quote
Moderators Robby Posted March 2, 2004 Moderators Posted March 2, 2004 check this out http://aspalliance.com/articleViewer.aspx?aId=150&pId=1 Quote Visit...Bassic Software
imtommy Posted March 2, 2004 Author Posted March 2, 2004 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 Quote
Moderators Robby Posted March 2, 2004 Moderators Posted March 2, 2004 You can force any file name you want using the method described in the article. Quote Visit...Bassic Software
imtommy Posted March 3, 2004 Author Posted March 3, 2004 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. Quote
Rick_Fla Posted March 11, 2004 Posted March 11, 2004 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? Quote "Nobody knows what I do until I stop doing it."
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.