HTTp post
-
hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.
dghdfghdfghdfghdgh
-
hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.
dghdfghdfghdfghdgh
You want to implement HTTPPost for file Upload ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.
dghdfghdfghdfghdgh
ellllllllie wrote:
simalate the work of the file upload without displaying the input file upload,
if you just want to hide the control and do the functionality then its possible. Hide the control using CSS/Javascript , then use a button or image when this object is clicked you have to fire the click event of file control which will bring the Select file dialog. its simply File control customization if you wish to similate the file selection through code(without user interaction) then this will not be possible due to security reasons. Better approach will be going for ActiveX