FoxInCloud
Re: Upload file
From: | Michele |
To: | FoxInCloud support |
As File upload via AJAX requires HTML5 features implemented in recent browsers only, we need to rely on a Flash upload component (SWFupload already shipped in <Home(1)>\tools\aw\Scripts\SWFupload\SWFupload2.2.0.1.js)
We will provide a commandButton (aw.vcx!awCmdFile) and/or a container (aw.vcx!awCntFile) with the necessary HTML and JavaScript generation code.
You will need to replace whatever button you already have with this control and copy and paste code from your existing control (commandButton probably) to this new control.
Ok, i can wait.....if you can be faster it should be better.......
At the moment the good new is that it is possible....
OK our dev team can arrange that within a couple of weeks
I think to a button in my form, that let the user to select a file and then at confirm it is upladed in a predefined folder....
where do you want to trigger this dialog?
button, image?
in what parent container baseclass?
Can i in my app insert an option to upload a file on my server ? I have to let the user, while registering a document, to upload one or more files in a particular folder of the server.....
Is it possibile with FIC ?