.net noob Q - app to process ~300mb
Hi,
I am pretty new to vb.net/asp.net...
I wrote an app in vb6 that processes bitmaps, lots and lots of bitmaps.
I would like to make a .net application that does the same thing but the obsticle I see is that there can be >300mb of files and uploading them to the server and sending them back to the user's machine.
So my question is this...is there any way that I could send a little 'applet' or something that does the processing of the bitmaps to the user's computer (and when finished, removes itself).
Or is there a different way to handle this?
Thanks for any help.
- Jake