psitsNOT*
PHOTO
EDITOR
<%= render :partial => "control_panel"%>
<%= start_form_tag :controller => "login", :action=> "logout" %>
<%= end_form_tag %>
*Photoshop it's NOT!
©2006 by Al Evans
<%= render :partial => "photo"%>
<%= start_form_tag({:action => 'upload'}, :multipart => true) %>
Send Your Picture (Select File)
<%= file_field_tag "photo_file" %>
<%= submit_tag 'Send Picture File' %>
<%= end_form_tag %>
<% unless flash[:notice].blank? -%>
<%= flash[:notice] %>
<% end -%>