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

  • Home
  • SEARCH
  • 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 330479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:41:07+00:00 2026-05-12T09:41:07+00:00

is there out there any multiple upload images easy to users to upload images

  • 0

is there out there any multiple upload images easy to users to upload images like the activex file uploader on facebook.

but free 🙂

i update my questions i saw that everyone recommend about the flash uploader.
i have the problem that i”m using sessions,
i”m passing the user album id for relation to the image that been uploaded
and the user id that uploded the image

this is the code in the first page

  <div id="divUploadImage" style="display: none;">
                    <FlashUpload:FlashUpload ID="flashUpload" runat="server" UploadPage="Upload2.axd"
                        OnUploadComplete="UploadComplete()" FileTypeDescription="Images" FileTypes="*.gif; *.png; *.jpg; *.jpeg"
                        UploadFileSizeLimit="3000000" TotalUploadSizeLimit="40000000" />
                    <asp:LinkButton ID="LinkButton1" runat="server"></asp:LinkButton>
                </div>

and the code after upload fire on the second page

public void ProcessRequest(HttpContext context)
        {

  for (int j = 0; j < context.Request.Files.Count; j++)
                {

 HttpPostedFile uploadFile = context.Request.Files[j];
  SaveImages(uploadFile, "", albumid,out returnPhotoId); // my function to save ,albumId is the session
                 }
}

thanks

  • 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-05-12T09:41:07+00:00Added an answer on May 12, 2026 at 9:41 am

    Try using uplodify. It uses flash as well, and I highly recommend it. It is a highly customizeable and free product.

    For posting to another page after uploading all files:

    Make 3 hidden fields like so:

    <asp:HiddenField runat="server" ID="hdf_UserID" name="hdf_UserID"  />
    <asp:HiddenField runat="server" ID="hdf_AlbumID" name="hdf_AlbumID" />
    <asp:HiddenField runat="server" ID="hdf_ImageFiles" name="hdf_ImageFiles" />
    

    and here is how you set up your button to post to the second page:

    <asp:Button runat="server" ID="btn_Submit" PostBackUrl="YourPage.aspx" />
    

    Once on the second page you can grab the information out of the request like so:

    Request["hdf_UserID"].ToString()
    Request["hdf_AlbumID"].ToString()
    Request["hdf_ImageFiles"].ToString()
    

    you can store all the files in the hidden field and I would recommend | delimited
    then you can just do a .split on the other page

    For the .ahx page of the uploadify uploader:

    using the scriptData option you can pass information to the second page.

     var auth = "<% = Request.Cookies[FormsAuthentication.FormsCookieName]==null ? string.Empty : Request.Cookies[FormsAuthentication.FormsCookieName].Value %>"
     var user = $('[id$=hdf_UserID]').val();
     var album = $('[id$=hdf_AlbumID]').val();
    
     $('[id$=fileInput]').uploadify({
            'uploader': '../Uploadify/uploadify.swf',
            'script': '../Uploadify/Upload2.ashx',
            'scriptData': {'Token': auth, 'User': user, 'Album': album},
    

    in the .ashx of uploadify you can get the scriptData by the following:

    string user = context.Request["User"];
    string album = context.Request["Album"];
    

    This code is uploadify specific but hopefully it will help you understand yours

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

Sidebar

Related Questions

Is there any way (just out of curiosity because I came across multiple same-value
as the title says: Anyone know about any good/simple multiple file upload script that
Any QBFC developers out there? I'm using QBFC to pull multiple different types of
I am wondering if there are any python packages out there for taking multiple
I have a form where users can enter multiple images to upload along with
Are there any libraries out there (preferably a self contained Text Edit Control) for
Are there any libraries out there for Java that will accept two strings, and
Are there any products out there that convert Flash SWFs to XAML (I'm interested
Are there any patches out there for custom keywords in SVN?
are there any tutorials out there on how to create a sandbox using C#?

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.