| Blog Home | About | Entries By Date | Search |
|
Title
Eid Mubarak
Entry
We wish Eid Mubarak to all our group members on the occassion of Eid Al-Adha.
More
|
|
posted 11/06/11 by Satya Prasad Vanumu | Report Abuse Hi Ikram, This Is Satya From Ramco Systems, Wish you Happy Eid-Mubarak. Satya. |
|
|
posted 11/07/11 by Satya Prasad Vanumu | Report Abuse Hi Ikram, This Is Satya From Ramco Systems, Chennai. Your Flex Training session helped me a lot in development of Flex Product in our Organisation. I have some technical doubts in Flex 4.5, can you please help me?? Now now, i will get in touch with you later. Once again thanks for your training tips, which helped me a lot in my product development. Satya. |
|
|
posted 11/09/11 by Satya Prasad Vanumu | Report Abuse Hi Group, I have a problem in sending the XML data from Client side to Server side using the HttpService. My XML file size is 20MB(It Contains 97,845 Rows), and this data is sending as a parameter through a send() method. In this case its throwing an error saying "Request filtering is configured on the Web server to deny the request because the content length exceeds the configured value." I think if i change the the Content Length(configuration/system.webServer/security/requestFiltering/requestLimits@maxAllowedContentLength) settings in Web.Config file, this may work. But still the HttpService Request is binded with a huge data and it execute the process slowly. I want to know is there any other better way to do this, using Remote Objest (OR) something else. I hope in Remote Object has a draw back of paraller operation problem(even from different users, will be queued one by one). So i want to know, is there any other solution to this problem? If yes, Please Help me. Thanks in advance, Satya. |
|
|
posted 01/27/12 by Ikram Ullah | Report Abuse Dear Satya, I recommend you to use Remote Object in place of HttpService. Use XML as the parameter type and hopefully it will resolve. Regards, -Ikram |