[flex_india:24716] Re: How to write the server side code for receiving image byte array?

2009-08-24 Thread LDaneil
/8/18 kumar kumargandh...@gmail.com Hi, Using VB ??, i dont know, i did it using some PHP code it worked beautifully.Let me know if you need code in PHP. regards, kumar. On Aug 17, 7:32 pm, LDaneil leilin4...@hotmail.com wrote: hi,Ranji, thanks a lot for your reply. your

[flex_india:24549] Re: How to write the server side code for receiving image byte array?

2009-08-17 Thread LDaneil
- disposition, method + ; filename= + name);             System.Web.HttpContext.Current.Response.BinaryWrite(data);             System.Web.HttpContext.Current.Response.End(); Regards, Ranjit sail On Jul 30, 6:21 am, LDaneil leilin4...@hotmail.com wrote: Hi,all. I want to send

[flex_india:24428] Re: How to write the server side code for receiving image byte array?

2009-08-11 Thread LDaneil
. Don't know this may solve your problem On Mon, Aug 10, 2009 at 11:42 PM, LDaneil leilin4...@hotmail.com wrote: any one could help me ? On Jul 30, 9:21 am, LDaneil leilin4...@hotmail.com wrote: Hi,all. I want tosendaimagetoserversideusingHTTPService, I amusingASP.NET forserverside

[flex_india:24410] Re: How to write the server side code for receiving image byte array?

2009-08-10 Thread LDaneil
any one could help me ? On Jul 30, 9:21 am, LDaneil leilin4...@hotmail.com wrote: Hi,all. I want tosendaimagetoserversideusingHTTPService, I amusingASP.NET forserverside coding. I don't know how to writeserver side code to receive theimagesent as a byteArray, and I am also not sure if my

[flex_india:24136] How to write the server side code for receiving image byte array?

2009-07-30 Thread LDaneil
Hi,all. I want to send a image to server side using HTTPService, I am using ASP.NET for server side coding. I don't know how to write server side code to receive the image sent as a byteArray, and I am also not sure if my client side code is correct or not。is there any IT PRO who could help me ?

[flex_india:23960] Re: How to solve the Httpservice Responding Error ?

2009-07-24 Thread LDaneil
hi, everyone. Is there any professional IT Programmer who could solve my problem? Thank you。 On Jul 21, 11:14 pm, LDaneil leilin4...@hotmail.com wrote: Hi, Jaydeep Tank . Thanks for your reply. of course, I know how to get the IP address, but what kind of good idea you are trying to tell

[flex_india:23864] Re: How to solve the Httpservice Responding Error ?

2009-07-21 Thread LDaneil
, -- On Mon, Jul 20, 2009 at 3:07 PM, LDaneil leilin4...@hotmail.com wrote: Hi, HISSAM. Thanks for your reply. I am using the virtual directory, and the virtual directory address is :   C:\Inetpub\S.A.M_Project according to situation, what exactly address should I use? can you explain

[flex_india:23885] Re: How to solve the Httpservice Responding Error ?

2009-07-21 Thread LDaneil
be the request had been timed out. This has nothing to do with Flex. Thanks On Mon, Jul 20, 2009 at 7:33 AM, LDaneil leilin4...@hotmail.com wrote: Hi, Everyone . I have encountered a very strange error. When I just login my application, it works well, but when I use my website access

[flex_india:23886] Re: How to solve the Httpservice Responding Error ?

2009-07-21 Thread LDaneil
network open network connection Right click on local area networkPropertyInternet Protocol(TCP/IP)Property. You will see the IP address Or Just Run *CMD *press OK type *ipconfig  *press enter You will see the IP address Regards, Jaydeep Tank 2009/7/20 LDaneil leilin4...@hotmail.com

[flex_india:23821] How to solve the Httpservice Responding Error ?

2009-07-20 Thread LDaneil
Hi, Everyone . I have encountered a very strange error. When I just login my application, it works well, but when I use my website access server side to get data using HTTPService oftenly, my application will hang and stay in the loading cursor (the clock), and then a few second later, there will

[flex_india:23830] Re: How to solve the Httpservice Responding Error ?

2009-07-20 Thread LDaneil
://localhost/Database1/modifyAccessLevel.aspx /modifyAccessLevel.aspx http://localhost/Database1/modifyAccessLevel.aspx - Regards,  HISSAM, -- On Mon, Jul 20, 2009 at 10:03 AM, LDaneil leilin4...@hotmail.com wrote: Hi, Everyone . I have

[flex_india:23654] How to parse the xml data and loop out all the xml data I want to use?

2009-07-10 Thread LDaneil
hi, all. I stucked by the xml problem, I want to read out the data and use the data to insert to database. now I use the code: Dim formName As String formName = XmlDoc.SelectSingleNode(formTemplate/ formTempName).InnerText I could get the formTemplate Name ‘abc’, but I also want to

[flex_india:23615] how to handle the xml data sent from Httpservice Request? parse/read the xml data

2009-07-09 Thread LDaneil
hi, all. I stucked by the question on how to handle the xml data sent from HTTPService request. simply how to receive the xml data, and read the xml data, then insert the xml data into database. I show you my code: can any professional programmer help me ? Thanks a lot in advance. httpservice