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.