i am using the uploadify plugin and was wondering, can it be used as invisible object?
which means keeping it invisible and controlling it by jquery code only, like opening the file dialog, starting the upload – or does it need to be visible for clicking on it?
i am using the uploadify plugin and was wondering, can it be used as
Share
No – the File Dialog can only be opened as a result of a user event (in this case click) inside the Flash document. You cannot trigger this from JavaScript. – This is due to the Flash security model surrounding the File System.