I think I spoke too soon. The Storage project for FlexJS is really about "permanent" file storage: reading and writing bytes, not uploading. So if I were to do this, it would be at some point in the future. What we can do is help you along to get your idea working, which as far as I can tell, is on the right path.
Have you tried what Alex suggested? Regards, Peter On 2/28/16, 10:41 AM, "Peter Ent" <[email protected]> wrote: >I'm working on a Storage project for FlexJS which includes local storage >(web storage/Flash Shared Object) as well as more permanent file storage >via AIR File and Cordova File plugin. I will try to work in the File >uploading aspect as well. > >‹Peter Ent >Adobe Systems/Apache Flex Project > >On 2/28/16, 1:16 AM, "Alex Harui" <[email protected]> wrote: > >> >> >>On 2/27/16, 9:04 PM, "PKumar" <[email protected]> wrote: >>> >>> >>>*E:\FlexWorkspace47\FlexJSLib\src\comp\FileUploader.as:8 >>>Can not resolve config constant: 'JS' >>> COMPILE::JS >>> ^ >>> >>>E:\FlexWorkspace47\FlexJSLib\src\comp\FileUploader.as:14 >>>Access of possibly undefined property COMPILE. >>> COMPILE::JS >>> ^ >> >>In Project menu, Properties, Flex Library Compiler, make sure you have >>specified as additional arguments: >> -define=COMPILE::JS,true -define=COMPILE::AS3,false >> >>> >>>E:\FlexWorkspace47\FlexJSLib\src\comp\FileUploader.as:15 >>>The definition of base class UIBase was not found. >>> public class FileUploader extends UIBase implements IStrand, >>>IEventDispatcher, IUIBase* >> >>Do you have the source code from the flex-asjs repo? Try running "ant" >>in >>the root of that working copy. It should build a set of swcs in >>frameworks/externs like Core.swc, and you want to include that SWC in >>your >>Library Path. >> >>I guess the nightly build should package those SWCs to make it easier for >>folks to create JS code for their own SWCs. >> >>Thanks, >>-Alex >> >
