views:

120

answers:

2

Hi, Try to explain my problem first. In my local drive(C:\temp) have zip file.I want to transfer this file in the server location.

the problem which i faced, i want to do that without fileReferenceList.browse();

fileReference = FileReference(fileList[0]);

In fileReference variable, may be given the file object.

How I can make the process in different way. Please help me with tutorials or source code.

A: 

It works only with Adobe AIR.

Joa Ebert
please guide me about that....
Mahedi
Go back and accept some answers that you've asked before and people might be more inclined to help.
Tegeril
A: 

This tutorial seems to have source code you can use: http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/

David Wolever