FileUploadField: prefill file to upload?

2009-05-12 Thread Thomas Singer
We want to have an easy way to report bugs of our client-side application through our wicket-driven website and thought to pass the encoded file path of the file to upload in the URL to the bug-report-page which will be opened in a browser by user request, so the user does not have to pick the

Re: FileUploadField: prefill file to upload?

2009-05-12 Thread Igor Vaynberg
maybe there are some javascript hacks, but usually browsers forbid it for the fear of security concerns. -igor On Tue, May 12, 2009 at 11:24 AM, Thomas Singer wic...@regnis.de wrote: We want to have an easy way to report bugs of our client-side application through our wicket-driven website and

Re: FileUploadField: prefill file to upload?

2009-05-12 Thread Thomas Singer
Thanks. :( Tom Igor Vaynberg wrote: maybe there are some javascript hacks, but usually browsers forbid it for the fear of security concerns. -igor On Tue, May 12, 2009 at 11:24 AM, Thomas Singer wic...@regnis.de wrote: We want to have an easy way to report bugs of our client-side