file/index上传文件功能里。 remote: true 文件是不能提交的!

exceptionHandle
yanxd 11 years ago
parent 006e4ae45e
commit 9194b32060

@ -2,7 +2,7 @@
<% versions = project.versions.sort %> <% versions = project.versions.sort %>
<% attachmenttypes = project.attachmenttypes %> <% attachmenttypes = project.attachmenttypes %>
<%= error_messages_for 'attachment' %> <%= error_messages_for 'attachment' %>
<%= form_tag(project_files_path(project), :multipart => true,:remote => true,:method => :post,:name=>"upload_form", :class => "tabular") do %> <%= form_tag(project_files_path(project), :multipart => true,:remote => false,:method => :post,:name=>"upload_form", :class => "tabular") do %>
<div class="box"> <div class="box">
<p> <p>
<table> <table>

@ -190,8 +190,7 @@
<script type='text/javascript'> <script type='text/javascript'>
function tagAddClick(divid,objId,objTag) function tagAddClick(divid, objId, objTag) {
{
alert("OK"); alert("OK");
$.ajax({ $.ajax({
type: "POST", type: "POST",

Loading…
Cancel
Save