Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Uploaded filename and size is not displayed in JSP??? #402

Closed
srajeshvaran opened this issue Jun 15, 2011 · 2 comments
Closed

Uploaded filename and size is not displayed in JSP??? #402

srajeshvaran opened this issue Jun 15, 2011 · 2 comments

Comments

@srajeshvaran
Copy link

When user upload the files, filename and size is not displayed in the preview section.
I have used the same code in HTML, its working. When i use the same code in JSP, its not working.
Can you please send me the JSP example source code?

${name} and ${sizef} variables are javascript or any other language?
Please respond me ASAP..

@Curuglef
Copy link

The plugin template use the same syntax of Expression Language (EL) used by jsp and so ${name} and ${sizef} variables are evaluated in jsp and replaced with "" and "" . To avoid this you have to replace ${name} and ${sizef} with ${"${name}"} ${"${sizef}"}.

@blueimp
Copy link
Owner

blueimp commented Sep 6, 2012

@blueimp blueimp closed this as completed Sep 6, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants