| Adobe AIR 1.1 |
|
|
MIME types for the HTML drag-and-dropThe MIME types to use with the dataTransfer object of an HTML drag-and-drop event include:
You can also use other MIME strings, including application-defined strings. However, other applications may not be able to recognize or use the transferred data. It is your responsibility to add data to the dataTransfer object in the expected format. Important: Only code running in the application sandbox
can access dropped files. Attempting to read or set any property
of a File object within a non-application sandbox generates a security
error. See Handling
file drops in non-application HTML sandboxes for more information.
|