Hi there,
Basically I can ignore the applet - I need a page which can accept 2 images (in binary form) through HTTP POST, and save this to disk. Im just not sure how to do this.
I know how to do it if I use a filechooser, creating streams etc, but how do I do this if the data is POSTED to the page?
Thanks
Main Topics
Browse All Topics





by: mmarinovPosted on 2004-11-03 at 02:48:11ID: 12481708
Hi betocarranza,
let me see if i understand the question and scenario correct:
the user uses java applet to save images to the server disk
you want to grab that images from the disk and insert them in the database ? if yes, when do you want to grab them - by default on some schedule or from the page that contains the applet ?
Regards!
B..M