Hi,
Surely file resides on client hard disk but In my swing client Iam sending file name,file size and sysytem date and time with url as a query string and after opening connection iam sending file as a block wise(2048 bytes) by reading file from inputstream and writes on outputstream and my servlet reads from outputstream and writes in destination folder.Can I do same thing in html? if not can u plz guide me how I can do it coz I have to upload upto file size of 80mb.
Thanks & Regards
Bikash
|