Added by Fahmi Noorain about 12 years ago
Hi,
I've developed Android app that need to upload image and item description to server. What I've done is subsclass WResource and handling all POST request via handleRequest() and it works except I'm clueless how to receive image file (or any kind of file)?
I've tried to use PUT request but what I get is only 404 error.
Can someone help me with this.