Jump to content
Search Community

req.method = URLRequestMethod.POST; Problem

sang hee choi test
Moderator Tag

Recommended Posts

i set like this

 

var req : URLRequest = new URLRequest( url );
req.data = urlVar;
req.method = URLRequestMethod.POST;
 
I did Monitering by using developer tool ( F12 ->  Network menu ) in chrome browser.
 
but result is not POST, that is GET.
 
i don't understand this.
 
i loaded binary Data by DataLoader.
 
if you know this kind of problem, let me know how to solve.
 
thanks
Link to comment
Share on other sites

I suspect the "get" request is the one that's querying the file size. Does it resolve things if you define an estimatedBytes? That way, it doesn't have to try to figure out the file size first. If you're still having trouble, please post a reduced test case FLA with only the necessary code to reproduce the problem, and we can take a peek. Hit the "more reply options" button to get to a screen where you can attach a file. Please zip it first. 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...