Sorry I ended up using a non-ajax method because of other reasons.

I think it is a bug so you can file a jira. Meanwhile you can override the 
upload.js script by copying Upload.java from tapestry-upload along with the 
corresponding js and replace the contents by

Tapestry.Initializer.injectedUpload = function(element)
{
   var form = $(element).form;

   if(form){
      form.enctype = "multipart/form-data";
      form.encoding = "multipart/form-data";
   }
}

regards
Taha

On Apr 12, 2012, at 6:05 AM, bhorvat wrote:

> Hi Taha,
> 
> glad to see that there are others with problem :D
> 
> any suggestion how to solve this. I am stuck :(
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Zone-refresh-image-uplaod-tp5631622p5634387.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to