BUG - Safari 5 only - Win or Mac

Upload core product.
Post Reply
jmarcv
Posts: 26
Joined: Sun Nov 07, 2010 4:21 pm

BUG - Safari 5 only - Win or Mac

Post by jmarcv »

When Jfileuploader is in an iframe, the forward parameter forwards to the parent page as its target, instead of the iframe which originated the forward.

Hope this is a simple fix - really puts a damper on AJAX functionality.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: BUG - Safari 5 only - Win or Mac

Post by support »

Try to use:
<PARAM NAME="forwardtarget" VALUE="yourframename">
See:
http://www.jfileupload.com/products/jfi ... _http.html

Post Reply