open file dialog in thumbnail view

So I'd like to allow a user to upload an image to my site, but in order to make it easier for them I'd like the "choose file" dialog in IE to default to thumbnail view. Any property I can set to default to thumbnails? Obviously that's way outside the standards, but it'd be a nice trick.

[309 byte] By [SeanBlader] at [2008-1-10]
# 1

Hi,

Code Block

<form style="zoom:.5" method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" u-file="form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" -->


<input type="file" name="F1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2">


</form>

see style="zoom:.5" above. Change .5 as required.

Don't forget to mark this as your answer so I can collect my free donut!

The file selection dialog is a Windows form which is redered using the Desktop Theme settings.

Regards.

IECUSTOMIZER at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Web Development...