|
|||
|
Related to my other 'folder' query, I also want to save attached files to a user's PC. These files have all been attached within SWFKit.
I can get the files by - getAdditionalFile - but there seems to be no option to 'saveAdditionalFile' or anything like that. I've tried fidding around with: Code:
f = getAdditionalFile("test.swf");
f.copy("c:\test.swf");
Any ideas?
__________________
:) |
|
|||
|
Ok - I've been able to di it now ;D
The user has already saved one file, so I just use the following to transfer the unchanged files into their current directory: Code:
var file = new File(getAdditionalFile("setup.js"));
file.copy("setup.js");
__________________
:) |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|