all groups > flash actionscript > april 2006 >
You're in the

flash actionscript

group:

File path



File path marko_85
4/29/2006 3:06:42 PM
flash actionscript: Hi, everybody!
Can somebody explain, is there any chance of getting file path working with
FileReferenceList?
This is the code:

var listener:Object = new Object();
listener.onSelect = function(fileRefList:FileReferenceList) {
trace("onSelect");
var arr:Array = fileRefList.fileList;
for(var i:Number = 0; i < arr.length; i++) {
trace("name: " + arr.name);
}
}
I copied this code from Flash8 Documentation.
I can get here only file name.
Any different solution is also very acceptable.
Thanks.
Re: File path TheBraf
5/4/2006 2:43:50 AM
I have the same problem i tried looking at the filereference interface file no
clues there ill be keeping an eye out for a solution the only one i could think
of was returning the values from php by saving them to a database when the
fileis uploaded but this just isnt as good because its not fully local
AddThis Social Bookmark Button