I’m trying to upload an image while passing along some additional POST data. My old code using a multipart form with network.request works as expected on previous builds but not with network 2.0.
The network.upload convenience method doesn’t seem to provide a way to pass custom data along with the image. Any advice or examples for about how I might go about this? Thanks in advance. [import]uid: 87138 topic_id: 37263 reply_id: 67263[/import]
i’m tryng to put an image on my server with network.upload, but i can’t understand where should i put the name for my file (i did not mean the file name) to pickup on the php side.
i’m tryng to put an image on my server with network.upload, but i can’t understand where should i put the name for my file (i did not mean the file name) to pickup on the php side.