-2

I want to upload an image to a server. I used the code from SO question: Blackberry jde : how to upload an image in server using MultipartPostData

But the image is not uploaded to the server.

Community
  • 1
  • 1

1 Answers1

0

Are you 100% certain that the URL you are POSTing to is valid?

HTTP 404 is "resource not found"; for a POST that would typically mean the CGI program, script or controller is not at the path you've given.

codenheim
  • 20,467
  • 1
  • 59
  • 80