Question
Passing a path string to PHP as3
Hello
I am trying to send a path string to a php file but it needs to be encoded before.. so anyhow? thanks.
The path in as3: "D:\Graphics\Digital\Marketing-02.jpg"
In php it comes without "\": "D:GraphicsDigitalMarketing-02.jpg"
