klaftertief-symphony / imagecropper

A Symphony CMS field extension. Adds image cropping functionality to upload fields.
12 stars 7 forks source link

image_file has no path within #19

Open strlcp opened 11 years ago

strlcp commented 11 years ago

imagecropper.publish.js line 25 sets: image_file: $this.data('image_file')

but this is only a filename in version 2.3.3 (symphony).

right value - filename with path - is in : $image_link[0].firstChild.text

but this get urlencoded while request; so 404 is response.