Project

General

Profile

Receive uploading file

Added by Fahmi Noorain almost 11 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.


Other details

  • Wt 3.3.0
  • Ubuntu 13.04 64bit.