|
I haven't used Uploadify yet (though I plan to), but what you are describing sounds like it steps over the security line that we aren't allowed to step over. Uploading files from a client machine has to be initiated by the user of that client machine, otherwise (for example) the seedy underbelly of the internet could trigger the upload of sensitive files upon page load. That's why we can't even suggest a default filename in the html input element type="file".
|