Top "Filereference" questions

A file reference is an object that allows programs to refer to files on a file system, and operate on them.

How to remove reference of file Xcode?

I had removed some files from my iOS project a while back and thought they had been completely deleted. After …

ios xcode4 filereference
How to point to a file stored in project folder? WPF

At the moment I'm pointing to a file on my machine, but I'm wondering how I would point the string …

c# wpf filereference
How can you save out a String into a file in AS3?

I have a string the user has typed and I want to save it into a file on the users …

apache-flex flash actionscript-3 filereference
Eclipse how to reference file in a different src under the same project

My current setup in eclipse is like this: trunk --working/src --resources I have a java file inside a package …

eclipse file reference src filereference
Flex's FileReference.save() can only be called in a user event handler -- how can I get around this?

I need to call FileReference.save() after a web service call has completed, but this method has a restriction: "In …

apache-flex actionscript-3 actionscript filereference flex4
Alternative to locking file type on FileReference.save() AS3

Update: As discussed in Jacob's reply below, limiting or correcting the behaviour of FileReference.save isn't possible. Can anyone suggest …

flash actionscript-3 save filereference file-type
Local XSL reference within XML-File

First a short task description: There is an XML file which references a xsl stylesheet which is within a *.dll. …

html xml xslt environment-variables filereference
Image Upload progress using URLLoader AS3

I am developing image uploader in Flash. I use FileReference.browse to browse image then resize this image to 1000 x 1000 …

flash file-upload filereference urlloader
AS3 FileReference.save() works when testing locally but not in the browser

I have created a painting app and when the user want's to save his drawing he simply hits the save …

flash actionscript-3 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 …

apache-flex image height width filereference