Search code examples
uploadphotos

uploading files directly to a web page


would like to allow visitors to a web page to upload photos that will post right onto the page. i have the script that will allow them to browse their files and choose the files, but don't know how to get them to "submit". help?


Solution

  • Try using servlet. Here is an tutorial for that: upload-image

    Hope this helps.