How to load file form disk

  • Thread starter Thread starter ad
  • Start date Start date
Hi,

What you want to do?

Do you want to send a file over http?

If so httpostedfile is not the way to go, it does represent a file that was
uploaded by a client and is ready to be saved in disk.

You may want the opposite

cheers,
 
Back
Top