Low Level Information Needed For The Uploading Of The Files Via Http And Html
I have been studying the process of the file uploading via http. My question is that how the file is upload via ajax and not through full page postbacks. I want to know how the fil
Solution 1:
without FormData
you need to use iframe
. Alternativly there are libraries which emulate the functionality using a hidden flash or silverlight.
Post a Comment for "Low Level Information Needed For The Uploading Of The Files Via Http And Html"