I used Charles web debugging proxy to see what exactly I was sending and ended up with the following data. Just need some help automating this in java code.
Content-Type: multipart/form-data; boundary=-----------------
54472172614771 is a different value for each submit, I imagine since the file is different each time.
Just need a little guidance here, not hand holding. I'm continuing to look up solutions on my own.
Main Topics
Browse All Topics





by: lhjuniusPosted on 2008-12-23 at 07:11:22ID: 23234021
Modified the code somewhat, using samples I find online:
Select allOpen in new window