----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Have anyboby used multipart/form-data to upload pictures to byte[];
I know jason hunter's example does upload pics into a file; but when we use
it after little change in implementation to store in any array it creates an
arry;but it is not the EXACT bytes and the pic is not visible.
Ex: we had a pic of 328k size.
When we upload and save in a file using jason's example it creates an EXACT
file ( meanse if we open it shows the pic)
but when we change that to store in an array and then open it; it doesnot
show the pic( basically meaning it has messedup bytes somewhere)
can anybody point where to look for uploading to an array rather than a
file...
thanks a lot
& happy haloowennnnnnnnnnnnnnnnnn...
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]