All files with examples should be opened from web server (i.e http://www.yourserver.com/example.html or http://localhost/example.html)!

Upload with Form fields


Example uses JavaScript to add Form fields values with files while upload. It is possible to send Form values by only "Get" method.
Unfortunly "Post" method to send Form values not available. The only workaround is to post Form and upload files separatly.

Before running this sample you need to set upload processing script file name at "uploadUrl" parameter in "FlashVars" attributes of OBJECT and EMBED tags. It can be:
You need at least 8 version of Flash player. Download last version here
Form fields:
*


*Use Request.QueryString[fieldname] (for ASP) or $_GET[fieldname] collections to read Form fields values on server.


Other examples