You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Thomas Singer <wi...@regnis.de> on 2009/05/12 20:24:13 UTC

FileUploadField: prefill file to upload?

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 file
herself.

Is it possible to prefill the file path which should be uploaded on form
submit?

-- 
Thanks in advance,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: FileUploadField: prefill file to upload?

Posted by Thomas Singer <wi...@regnis.de>.
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 <wi...@regnis.de> wrote:
>> 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 file
>> herself.
>>
>> Is it possible to prefill the file path which should be uploaded on form
>> submit?
>>
>> --
>> Thanks in advance,
>> Tom


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: FileUploadField: prefill file to upload?

Posted by Igor Vaynberg <ig...@gmail.com>.
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 <wi...@regnis.de> wrote:
> 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 file
> herself.
>
> Is it possible to prefill the file path which should be uploaded on form
> submit?
>
> --
> Thanks in advance,
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org