get file from client
-
Hi, In my application i have to provide facility to user to download data in excel format and then again upload that file after editing it so that changes in database can be done accordingly. I have accomplish it but in the file i have to also gave option to user to upload image for each row i try it by giving the path of image but its not working. Is their any way to access file from client end other than FileUpload control as i already use it for uploading excel file? Thanks in Advance. :)
-
Hi, In my application i have to provide facility to user to download data in excel format and then again upload that file after editing it so that changes in database can be done accordingly. I have accomplish it but in the file i have to also gave option to user to upload image for each row i try it by giving the path of image but its not working. Is their any way to access file from client end other than FileUpload control as i already use it for uploading excel file? Thanks in Advance. :)
-
It's next to impossible if you use the general way. Of course, you can use activex control to do it.
========================================= 中国,昆明
Can u please give me some hint/code/article for using ActiveX control for this?