File uploader tests
select files in sample-files dir, following order
select 1imagelong...long.gif, invalid ext error should appear
select 2larger.txt, invalid size message should appear (in FF3.6+,Safari4+,Chrome without doing request)
select 3empty.txt, invalid size message should appear (in FF3.6+,Safari4+,Chrome without doing request)
select 4text.txt, uploaded file should be marked as failed (server returns jsgkdfgu4eyij)
select 5text.txt, callback argument tests
select 6text.txt, setParams, isUploading
select 7small.txt, too small size message should appear (in FF3.6+,Safari4+,Chrome without doing request)
select 8text.txt, returning false in onSubmit cancells upload, file should not be added to list
In FF,Chrome, select all files using drag-and-drop, only 1 error should appear.
File uploader inside a dialog