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

Deepak Dixit commented on OFBIZ-5891:
-------------------------------------

jQuery try to infer dataType based on the MIME type, but in this case type 
value is undefined, due to this util.js fails to remove the '//' form the 
response.
Attached patch is quick fix for this issue.

http://api.jquery.com/jquery.ajax/
{code}
The type of data that you're expecting back from the server. If none is 
specified, jQuery will try to infer it based on the MIME type of the response 
(an XML MIME type will yield XML, in 1.4 JSON will yield a JavaScript object, 
in 1.4 script will execute the script, and anything else will be returned as a 
string). 
{code}

> Party Content Upload Ajax Is Broken
> -----------------------------------
>
>                 Key: OFBIZ-5891
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5891
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 13.07, Upcoming Branch
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: OFBIZ-5891.patch
>
>
> When you upload Party Content, an "Upload..." message appears next to the 
> Upload button, but it never goes away. While still on the same screen, check 
> the OFBiz console - the getFileUploadProgressStatus request is invoked once 
> per second indefinitely.



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

Reply via email to