Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9109677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:06:06+00:00 2026-06-17T03:06:06+00:00

I am using uploadify to upload multiple on the server… below is my html

  • 0

I am using uploadify to upload multiple on the server…

below is my html markup

<%using (Html.BeginForm("MultiUpload", "Home", FormMethod.Post))
  { %>
    <div id="InterestingDiv">
    <a href="javascript:$('#fileInput1').uploadifyUpload();" class="uploadLink" title="Click to Upload Files">Upload Files</a>
    <input id="fileInput1" name="File" type="file" />
    </div>
<%}%>

and how I have declared the script…

<link href="<%:Url.Content("~/Content/themes/base/jquery.ui.all.css") %>" rel="stylesheet" type="text/css" />
<link href="<%:Url.Content("~/jquery.uploadify-v2.1.4/uploadify.css") %>" rel="stylesheet" type="text/css" />
<script src="<%:Url.Content("~/jquery.uploadify-v2.1.4/jquery-1.4.2.min.js") %>" type="text/javascript"></script>
<script src="<%:Url.Content("~/jquery.uploadify-v2.1.4/swfobject.js") %>" type="text/javascript"></script>
<script src="<%:Url.Content("~/jquery.uploadify-v2.1.4/jquery.uploadify.v2.1.4.js") %>" type="text/javascript"></script>

  <script type="text/javascript">
        $(document).ready(function () {

            $("#fileInput1").uploadify({
                'uploader': '<%:Url.Content("~/jquery.uploadify-v2.1.4/uploadify.swf")%>',
                'script': '<%: Url.Action("MultiUpload") %>',
                'auto': false,
                'multi': true,
                'expressInstall': '<%:Url.Content("~/jquery.uploadify-v2.1.4/expressInstall.swf")%>',
                'cancelImg': '<%: Url.Content("~/jquery.uploadify-v2.1.4/cancel.png") %>',
                'scriptAccess': 'always',
                'buttonText': 'Browse Files...',
                'hideButton': false,
                'folder': '<%:Url.Content("~/Content/") %>',
                'fileDesc': 'Excel Files',
                'fileExt': '*.xlsx',
                'fileDataName': 'File',
                'sizeLimit': 1000000000,
                onError: function (a, b, c, d) {
                    if (d.status == 404)
                        alert("Could not find upload script. Use a path relative to: " + "<?= getcwd() ?>");
                    else if (d.type === "HTTP")
                        alert("error " + d.type + ": " + d.status);
                    else if (d.type === "File Size")
                        alert(c.name + " " + d.type + " Limit: " + Math.round(d.sizeLimit / 1024) + "KB");
                    else
                        alert("error " + d.type + ": " + d.text);
                }  
            });
        });
    </script>

below goes my controller code…

public ActionResult MultiUpload(HttpPostedFileBase File)
{
     //handle file here
     return Json(new { status = true });
}

my code is successfully working on the development environment but as soon as i deploy it on the iis7 either local iis or server iis, it is not hitting my MultiUpload action…

I simple want to implement multiple file selecting and uploading it…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T03:06:08+00:00Added an answer on June 17, 2026 at 3:06 am

    You’ll have to give folder permissions in IIS, right click on the folder in which you’re uploading your files go to properties and in Security tab you’ll have to give full rights to IISusers and Network users otherwise you’ll not be able to upload files

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use Uploadify to upload multiple pictures to server. I want to display pictures
I am using Jquery Uploadify for images upload with PHP, here i have multiple
I'm using uploadify in my MVC3 project. It works fine to upload multiple files
I'm using the uploadify jquery plugin to upload multiple files. Everything works fine, but
I am using Uploadify to upload multiple files in my ASP.NET MVC application. In
I am using 'Uploadify' Jquery plugin in my MVC 3.0 application to upload multiple
I am using uploadify plugin of jquery and have set multiple files upload to
So I'm using uploadify to upload multiple images to a folder. Along with each
I need to upload multiple files into web server using MVC3 with RAZOR. I
Language: PHP / Using Class Upload by Colin Verot About: Multiple Uploading The code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.