You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2015/03/28 17:57:53 UTC

[jira] [Commented] (TIKA-1585) Create Example Website with Form Submission

    [ https://issues.apache.org/jira/browse/TIKA-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385411#comment-14385411 ] 

Tyler Palsulich commented on TIKA-1585:
---------------------------------------

CORS work is now integrated. [~tallison@mitre.org], can you restart the server on 162.242.228.174:9998 with the "--cors http://tpalsulich.github.io" option?

Then, we can close off the 9997 port (my github.io site is querying 9997, though, so I'll need to update that).

Is there an official place we'd like to host the above site?

> Create Example Website with Form Submission
> -------------------------------------------
>
>                 Key: TIKA-1585
>                 URL: https://issues.apache.org/jira/browse/TIKA-1585
>             Project: Tika
>          Issue Type: New Feature
>          Components: example, server
>            Reporter: Tyler Palsulich
>            Assignee: Tyler Palsulich
>
> It would be great to have a website where we can direct people who ask what Tika can do for [filetype] without needing them to actually download Tika.
> Some initial work to do that is [here|http://tpalsulich.github.io/TikaExamples/].
> I'm far from a design guru, but I imagine the site as having a form where you can upload a file at the top, checkboxes for if you want metadata, content, or both, and a submit button. The request should be sent with AJAX and the result should populate a {{div}}.
> One issue with AJAX requests is that Tika Server doesn't currently allow Cross-Origin-Resource-Sharing (CORS). So, we either need to maintain a slightly updated tika-server, or update the server to allow configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)