Hi friends, I have a prob in saving image.. i have created a byte array using the PNGEncoder class and sent it using the HTTP service... Now how to capture the byte array in the server side and store it.. How should i decode it back in the server side and store the image in a file.... Can anyone give me the java code or the syntax for receiving the byte array, decoding and storing it in a file..
Thanks Satish, On Mon, Sep 29, 2008 at 11:51 AM, Satish பேர கேட்டா சும்மா அதுருதில < [EMAIL PROTECTED]> wrote: > can anyone help me asap? > > > On Sun, Sep 28, 2008 at 10:04 PM, Satish பேர கேட்டா சும்மா அதுருதில < > [EMAIL PROTECTED]> wrote: > >> i need it for web application.... as of now i created a bitmap data and >> using PNGEncoder i have created a Byte array.. How to send it to a >> Jsp's...... can u give me the code(JSP) of saving the image in the local >> file .... >> >> >> On Sun, Sep 28, 2008 at 10:44 AM, Varun Shetty <[EMAIL PROTECTED]> wrote: >> >>> are u planning to do it in for a web application or AIR? >>> >>> for web you would require a server side script, PHP/Java... >>> >>> On AIR there are libraries available to export as an image. >>> >>> regards, >>> Varun Shetty >>> >>> >>> On Sun, Sep 28, 2008 at 12:33 AM, friends <[EMAIL PROTECTED]> wrote: >>> >>>> >>>> Hi friends, >>>> How to save a image file in a local system? Can anyone give me the AS >>>> code for that???I have converted some text into a bitmap data and >>>> converted into an Byte array... Can anyone help me out in decoding the >>>> byte array and storing the image in local sys....... >>>> >>>> Thanks.. >>>> Satish >>>> >>>> >>> >>> >>> >>> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

