After selecting an new image via "inline upload", nothing happens (no upload starts)

Description

After selecting an image the via "inline upload" jQuery button, nothing happens (no image upload starts).
After clicking on "Start" button there is no result. No "source image", no "mid size image" and no "thumbnail image".

Just the "traditional upload" works correctly.

Environment

FarCry 6.0.8 - Debian-Linux LENNY 5.0 - MySQL 5.0.51a-24 - ColdFusion 8 (Multiserver Install)

Attachments

2

Activity

Show:

Blair McKenzie December 7, 2010 at 2:24 AM

Casing issue. Patch courtesy of Knut

Knut Bewersdorff December 7, 2010 at 1:55 AM

Patch/Workaround for and in p600 (actually FarCry 6.0.8):

Change line 8 in "/core/webtop/facade/ftajax.cfm" from "refind" to "refindnocase" !

The code in "/core/webtop/facade/ftajax.cfm" (line 7 to 14) should look like this:
-------------------------------------------------------
<cfloop collection="#url#" item="key">
<cfif refindnocase("/formtool/\w+",key)>
<cfloop from="1" to="#listlen(key,'/')#" index="i" step="2">
<cfset url[listgetat(key,i,"/")] = listgetat(key,i+1,"/") />
</cfloop>
<cfbreak />
</cfif>
</cfloop>

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created December 4, 2010 at 1:15 PM
Updated December 7, 2010 at 2:24 AM
Resolved December 7, 2010 at 2:24 AM