Hi

I'm using the ajax upload plugin (http://valums.com/ajax-upload/) to upload
images to the server. I'm then storing the images in an image cache and
returning to the client 2 pieces of info in a json object, 1 the imageId &
the url to display the image.

The problem I'm having is that the plugin doesn't work properly with json
responses, presumably because it's loading the response into an iframe. When
I return a json object (using zend framework) it prompts to download the
object. So a solution that was working for me was just to echo the response.

The problem I'm having is that the ampersands in my url are getting replace
with the html Special Entities equivalent - "&" which won't do.

Does anyone know of a graceful way or reverting from special entities? I'm
not a javascript guru :(

Thanks

Brian
-- 
View this message in context: 
http://www.nabble.com/Special-Entities-returned-in-json-via-plugin-Ajax-upload----tp23443935s27240p23443935.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to