Downloading pictures
-
Hi, everybody...I need help. I need a event(button, link, whatever..) that allows me to download a picture from my website to a local folder. Is it possible? what u recommend me? Boring is the mother of creativity.
hi, In this link is solution to similar problem. (if you don't mind "Save As" dialog; if you want to do it automaticaly there are security problems I think) http://www.codeproject.com/script/comments/forums.asp?forumid=12076&mpp=50&select=1178627&df=100&fr=101#xx1178627xx[^] Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
Hi, everybody...I need help. I need a event(button, link, whatever..) that allows me to download a picture from my website to a local folder. Is it possible? what u recommend me? Boring is the mother of creativity.
Use the file upload control
-
Use the file upload control
Doesn't s/he want it the other way round? Download from web to local folder, no? :confused: Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
Doesn't s/he want it the other way round? Download from web to local folder, no? :confused: Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
hi, In this link is solution to similar problem. (if you don't mind "Save As" dialog; if you want to do it automaticaly there are security problems I think) http://www.codeproject.com/script/comments/forums.asp?forumid=12076&mpp=50&select=1178627&df=100&fr=101#xx1178627xx[^] Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
No, i dont mind, actually thats what i need, thanks, ill try it.... Boring is the mother of creativity
-
Just one question, ill try putting this code in the load of a new aspx page, the question is when i call this new aspx, how do i do it so it works like a pop up window? Boring is the mother of creativity
hi, you can create pop-up window with JavaScript...
window.open
+ some parameters I don't remember. But you can specify size of new window, if it has status bar etc... Google forwindow.open
Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
Use the file upload control
I think he needs to download not upload... He can use the code in this link: http://www.codeproject.com/script/comments/forums.asp?forumid=12076&mpp=50&select=1178627&df=100&fr=101#xx1178627xx[^] [^] but PROBLEM is that IE opens it and DOES NOT show save option... can u guys help us to show the SAVE option instead opening it directly in IE.. Salim Akbar