Here is a neat ajax upload script that uses javascript to create the iframe required for the upload:
http://www.ajax-tutorials.com/tutorial-list/resource/AJAX_file_upload/view.php Andrew. > > You're right, I'm just passing a string and not > > actually submitting a form. But why can't I > > assign the value of the string being passed to a > > variable in the form scope? > > For security reasons, there are lots of restrictions with file uploads. > You actually have to submit a form with a file upload field, which is > why you need a separate frame/iframe for the form if you want to > remain within the same interface. > > Dave Watts, CTO, Fig Leaf Software ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288674 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

