How do you add an “attach photo” option within a form using Yahoo Sitebuilder?


I am creating a form within Sitebuilder and I would like for users to be able to attach a photo with their form submission. Is there a way to do this?
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Webnews
  • Digg
  • del.icio.us

Tags: , ,

One Response to “How do you add an “attach photo” option within a form using Yahoo Sitebuilder?”

  1. dhvrm says:

    The short answer is no. You need some server-side scripting language to handle the uploaded image (that is, to do something with it; save it, mail it, whatever). So, unless you have a PHP-enabled business hosting account, you can’t handle file uploads.

    That said, here is an overview of handling file uploads with PHP: