Displaying 1 result from an estimated 1 matches for "uploadfram".
Did you mean:
uploadframe
2007 Nov 06
3
Urgent!!!! responds_to_parent error
Hello
I am trying to upload a picture and refrecar layer with
responds_to_parent. I have this form
rhtml
------
<% form_for(photo, :url => {:action => "create", :tID => params[:tID] },
:html => { :multipart => true, :target => "uploadFrame", :id =>
''uploadPhotoForm'' }) do |f| -%>
<tr>
<td>
<div class="fileinputs">
<input id="photo_uploaded_data" name="photo[uploaded_data]"
type="file" class="file" size="15&...