Displaying 1 result from an estimated 1 matches for "upload_holder".
2006 Jun 18
0
problems with upload progress plugin
...gt; ''failed to save''
#render :action => ''new''
end
end
//////
def new
@scripts = Script.new
end
/////
<%= form_tag_with_upload_progress({:action => ''upload''},{:begin =>
visual_effect(:opacity,''upload_holder''),:finish =>
visual_effect(:opacity,''upload_holder'', :to=> 0)}) %>
<%= file_column_field "script", "file_name",{:class=> ''file hidden'',
:noscript => true} %>
<%= submit_tag "Upload" , {:disabl...