Upload field

Hi guys,

I would like to know if there is anyway in which I could have an upload field such as uploading attachments but in this case I would like to have it doing something like this…

I have a 360 deg view of a room. I would like my viewers to be able to upload images of their choice in order to view them in a 360 degree view as well. How would I go bout doing this?? Can someone pls help me

you would have to use some kind of serverside script to do this, for example PHP.
you could have a textfield and a button that sends the text of the textfield to php. you will find an example here:
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=44502&highlight=loadVars

for the actual uploading you could take a look at this tutorial:
http://robouk.mchost.com/tuts/tutorial.php?tutorial=fileupload

hope it helps!