My question is quite simple:
I want to store the FILE NAME that I select using file input, and using jQuery I want to put that name somewhere else instantly without having the page refreshed.
Maybe I'd replace a simple text with the filename. How would I do that?
Example:
The text in the beginning: Hello World
After selecting the file, the "Hello World" would be replaced with "my_filename.gif".
Ideas?