filereference
Flex 4 fileReference selected image file dimmensions (width and height)
I use a fileReference.browse() to select an image file from the harddrive. How can I check the Width and Height of开发者_开发百科 the selected image file please?[详细]
2023-01-11 05:46 分类:问答Flex FileReference upload() and .data ... does this load the whole file into memory?
I need to upload a very large file to my server, through my Flex application, and I see that Flex Filereference upload() seems to be able to handle it. Does the upload() me开发者_C百科thods uploads a[详细]
2023-01-07 13:22 分类:问答Can Action Script FileReference object be sent to Javascript and converted to File object?
In Action Script, FileReference.browse() is called. I would like to send the chosen file to Javascript and convert it to File object, just like if I would press the Browse button of the <input typ[详细]
2023-01-06 18:33 分类:问答flash cs4 file reference. Event.COMPLETE not called on a MAC,
I am working with a fileReference, however I\'m having issues running on Safari on a MAC... EDIT: The below example also doesnt work on Safari on a MAC...[详细]
2023-01-04 04:49 分类:问答Limit on FileReference uploads?
I am currently uploading files in ActionScript 3 using the upload() method of the FileReference class.[详细]
2023-01-04 01:51 分类:问答AS3: FileReference
Let\'s say a user is starting to upload a file to the server via FileReference. What happens to that temporary file if the user cancels the upload or closes the browser? At what point is the server sc[详细]
2023-01-01 23:22 分类:问答Actionscript image download open custom viewer
i am downloading tiff images from WAMP server using our Flex AIR client. Using the following code for that.[详细]
2023-01-01 15:31 分类:问答FileReference.download() not working
I\'m building a Flex app which requires me to download files. I have the following code: public function execut开发者_开发知识库e(event:CairngormEvent) : void[详细]
2023-01-01 06:42 分类:问答How to call a FileReference.browse() from JavaScript?
I am trying to call the browse() method of the FileReference class from JavaScript (a user clicks on a text that uses the ExternalInterface to call a method in Flash).[详细]
2022-12-31 20:05 分类:问答Flex: FileReference and Image unhandled IOErrorEvent
The following code shows a button that allows you to select a file (should be an image) and display it into an image component. When I select an invalid image (e.g. unsupported image type, a word docu[详细]
2022-12-28 05:28 分类:问答