Re: [xwiki-users] Using HTML5 File Upload Widget for non-XWiki files

2014-11-15 Thread Clemens Klein-Robbenhaar
On 11/14/2014 11:24 PM, Bryn Jeffries wrote: > I asked: >>> I'd like to upload files through a custom File Upload servlet that runs >>> from the >>> same Tomcat server but is not part of XWiki. > [...] >>> Is it possible to make use of the supplied XWiki UI widgets to upload to >>> this >>> serv

Re: [xwiki-users] Using HTML5 File Upload Widget for non-XWiki files

2014-11-14 Thread Bryn Jeffries
I asked: >> I'd like to upload files through a custom File Upload servlet that runs from >> the >> same Tomcat server but is not part of XWiki. [...] >> Is it possible to make use of the supplied XWiki UI widgets to upload to this >> servlet? Any guidance on how to do this would be greatly apprec

Re: [xwiki-users] Using HTML5 File Upload Widget for non-XWiki files

2014-11-13 Thread Bryn Jeffries
iki magic and what's basic website programming. Thanks for the single origin link. Looks like I can set the origin to the common suffix of my two servers. - Reply message - From: "Marius Dumitru Florea" To: "XWiki Users" Subject: Re: [xwiki-users] Using HTML5 Fil

Re: [xwiki-users] Using HTML5 File Upload Widget for non-XWiki files

2014-11-13 Thread Marius Dumitru Florea
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/HTML5Upload for how to use the file upload widget inside XWiki. Note that if you want to submit the file to a different server you will hit the https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy problem. Also note that the

[xwiki-users] Using HTML5 File Upload Widget for non-XWiki files

2014-11-12 Thread Bryn Jeffries
I'd like to upload files through a custom File Upload servlet that runs from the same Tomcat server but is not part of XWiki. This servlet does some file processing and stores the file in a separate area away from the XWiki attachments, and it's possible that eventually this servlet might be mov