I am using the following line in my .html.erb file
<@= file_field_tag 'file', :class => 'upload', value => 'index.html' %>
When it is rendered in the browser, it is not displaying the value 'index.html'.
Can someone help me in figuring out how to display the value.