• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PHP script to upload file to HTTP server

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I need to do a PHP script to accept file upload on HTTP server and to save it on the server. In fact, I want to upload a file on http server from a j2me application.
I read many ideas, forums and articles but I don't know how to do the server side part, so the php script which supposes to accept my file and save it on the http apache server.

I tried to do something like this:

And my j2me code for uploading file is:

Also, I tried this example: http://wiki.forum.nokia.com/index.php/HTTP_Post_multipart_file_upload_in_Java_ME but the script doesn't report anything.
Or maybe I don't know how to use these scripts. If there is somebody who can explain it to me or show me a php script which saves a file on a http server I will be very happy.
Thanks!!
 
Ranch Hand
Posts: 334
2
Netbeans IDE Tomcat Server Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not familiar with the Nokia java environment but the fact that you don't see the length of your audio file makes me suspect it.

May I suggest you debug these things separately. A simple html page like:

Will allow you to test the php code from a browser.

For some reading you might try http://www.w3schools.com/php/php_file_upload.asp

Once that is working you might post the java part in the javaME forum where someone more familiar with that might see it.

Joe
 
Water! People swim in water! Even tiny ads swim in water:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic