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

This commit is contained in:
yanxd 2014-05-30 09:31:04 +08:00
parent 006e4ae45e
commit 9194b32060
2 changed files with 14 additions and 15 deletions

View File

@ -2,7 +2,7 @@
<% versions = project.versions.sort %>
<% attachmenttypes = project.attachmenttypes %>
<%= 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">
<p>
<table>

View File

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