blueimp / jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
https://blueimp.github.io/jQuery-File-Upload/
MIT License
30.95k stars 7.95k forks source link

filename and size not shown in table.files (example from package on jsp) #688

Closed jhartlep closed 13 years ago

jhartlep commented 13 years ago

Hi, I want to use your Plugin for a JSP Webproject. The upload of files works well so far. However, I have a problem with the integration of jQuery.tmpl and fileupload-ui.

When I try the example from the download package on apache/php, the filename & size is shown correctly before uploading the data. When I try the very same example on tomcat/jsp, the filename & size won't show up.

This strange behavior occurs pressing the "start upload" button, after adding a file to the queue.

Does anybody has some notes for me, how to fix this?

jhartlep commented 13 years ago

Solved... I have to escape the jquery.tmpl syntax - e.g.: \${name} Ohterwise, jsp handles this as EL...