You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/01/22 06:24:16 UTC

[GitHub] ajwfrost commented on issue #345: Adding support for posting data

ajwfrost commented on issue #345: Adding support for posting data
URL: https://github.com/apache/royale-asjs/pull/345#issuecomment-456284857
 
 
   Okay, I have to confess I'd not spotted the URLBinaryLoader class ... which seems to do everything that we'd wanted already...  I had just been trying to make this URLLoader class work like its Flash-based equivalent and cope with the various types of data.
   
   For the PAYG approach, you could have URLLoader which doesn't support POST data, then URLBinaryLoader which supports posting binary data, and URLStringLoader which supports posting strings, and URLVariableLoader perhaps which supports the form variables..?
   
   My only comment then would be that the URLLoader documentation should point out these other classes so that folk coming from a Flash background (or migrating their apps) can get to their required functionality :-)
   
   Thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services