Multiple photo uploder

  1. #1

    Multiple photo uploder

    Hi ,

    I want to upload the multiple photo.I write the code for single photo uploader its work but i want to load in batch.
    Pls help me

    the code for 1 photo uploader is

    <ext:FileUploadField ID="PhotoUpload" Width="250" ButtonText="" Icon="ImageAdd" EmptyText="Select an image" FieldLabel="Photo" runat="server">
                    
                </ext:FileUploadField>
    
    PhotoUpload.PostedFile.SaveAs(Server.MapPath("/Asset/"+PhotoUpload.FileName+""));
    Thanks in Advance
    Last edited by geoffrey.mcgill; Aug 05, 2010 at 6:48 PM. Reason: please use [CODE] tags
  2. #2
    Hi,

    I believe a community member created an extension a while ago which handled multiple uploads. I think this was posted in the Examples & Extras forum, see

    http://forums.ext.net/forumdisplay.p...les-and-Extras

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    I believe a community member created an extension a while ago which handled multiple uploads. I think this was posted in the Examples & Extras forum, see

    http://forums.ext.net/forumdisplay.p...les-and-Extras

    Hope this helps.
    Cant find... plx give me title for this

Similar Threads

  1. multiple _dc entries
    By whelaro in forum 1.x Help
    Replies: 1
    Last Post: Aug 10, 2012, 3:48 PM
  2. [CLOSED] Multiple Editors - Multiple Instances?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 09, 2011, 5:45 PM
  3. Multiple language
    By huynd in forum 1.x Help
    Replies: 1
    Last Post: Jul 26, 2010, 3:48 AM
  4. Multiple Editors for
    By r_honey in forum 1.x Help
    Replies: 2
    Last Post: Jun 18, 2009, 2:27 AM

Posting Permissions