Web Forms :: Upload Multiple Images At One Time?

May 15, 2012

I want to upload multiple images at one time and also caption for each image.......

 Is there any way to upload multiple files with caption facility for each upload ?

View 1 Replies


Similar Messages:

How To Let User Upload Multiple Images Without Pre-defining The Number Of HTML Upload Input Box

Nov 30, 2010

I'm looking for a way to have user upload as many images as they want (perhaps via drag and drop) or dynamically adding more upload box.I thought statically fixing (say 6) HTML upload input box is slightly limiting and the user have to click "Browse" button (6 times in this example) and navigating to the folder to pick the file.What is the best practice to achieve this so users find it easy to use? Perhaps with some AJAX magic?I also wouldn't mind having the user click "Upload more" to reveal (say 6 more) HTML upload input box.

View 2 Replies

Web Forms :: Multiple Images Upload To SQL Database C#?

Sep 22, 2010

I have a web form where user can upload image and store to SQL database. (SQL tables has a relation like one title has multiple images fields).

[Code]....

aspx.cs code:

[Code]....

It works fine for a single image upload.

How can I store multiple images for a single title ?

If I add another input button as "Add more images" and browse more image, how can I change my code to store multiple images into database ?

View 3 Replies

How To Upload More Than One Large Images At Same Time

Jun 28, 2010

internet Explorer cannot display the webpage when trying to upload a large image.I have a webform for inserting images. There are four FileUpload controls on the page, allowing the user to upload 4 images at the same time. It inserts them directly into database, in Image field, but before that I am resizing them to 200px x 160 px.

The problem I am having is as follows: If I try to upload larger images (over 2MB), one at the time, everything goes fine. But if I try to upload 2 or more larger images at the same time, I get the message: Internet Explorer cannot display the webpage, and there is a button below: Diagnose Connection Problems.

Can you please point me to what could be an issue? It obviously has something to do with the image size, but I have no idea what.

View 2 Replies

Web Forms :: How To Upload Multiple Images With Single Fileupload Control

Apr 5, 2010

i want to create a slide show of user selected images, i want to give user an option where he can upload multiple images with single fileupload control,

View 8 Replies

Forms Data Controls :: Upload Multiple Images Into A Database?

Dec 26, 2010

would like to know how to upload 6 images along with address, name and etc. into a database using a formview in ASP.Net using vb

View 3 Replies

Web Forms :: How To Upload Multiple Files At A Time

Jul 24, 2012

i want to upload more then one file at a time? 

View 1 Replies

How To Upload Multiple Images

Oct 4, 2010

i posted a problem few days ago

i was trying to upload images

after using the upload asp control

i save them into an array to upload them all at once this is working fine on the localhost but if the array contains more than 3 images on a different PC on the domain it gives me an exception

the exception "Cannot access a closed file"

i am saving my images in a folder in the same project and only the path in data base i do not know if that the best solution but i considered the performance that way will be better

i tried the solution mzmishra gave me

< httpRuntime maxRequestLength="10240" requestLengthDiskThreshold="4096"/ >

it did work and there is no more exceptions in different permition levels but in a permition level the images does not saved in the server so when i tried to view them there is no image to view.

View 2 Replies

Web Forms :: Grab Multiple Files And Upload At Same Time?

Aug 11, 2010

Is there simply no way to grab multiple files and upload them at the same time via a webform? I have searched everywhere and I cannot find a single code example. The best that I can find is selecting one file at a time to a listbox for holding and then uploading. This is NOT going to work for me.

View 6 Replies

Multiple Images To Upload Using Array?

Sep 28, 2010

i was trying to upload images after using the upload asp control i save them into an array to upload them all at once this is working fine on the localhost but if the array contains more than 3 images on a different PC on the domain it gives me an exception

View 2 Replies

How To Upload Multiple Images (from A Folder) Using C#

Apr 13, 2010

Instead of uploading image one by one, how do i achieve to upload all the images from the folder?

View 5 Replies

AJAX :: How To Upload Multiple Images At Once

May 7, 2015

i am doing work on my project so i want to upload multiple images in c#.

View 1 Replies

Upload Multiple Images From Local Drive Into Site

Mar 9, 2010

i want to provide facility to my users to upload multiple images into my website using asp.net 2.0, using single file uploader i.e. want to upload all the image file from a folder.

View 3 Replies

AJAX :: Upload Multiple Images Using Update Panel

Jun 16, 2015

Can we upload multiple images with the update panel?? images are upload without any postback like ajax...

View 1 Replies

How To Watermark Multiple Images At A Time

Mar 22, 2011

in my project i am allowing user to select multiple images at a time and i am passing the ids of these images to next page WATERMARK...

in the WATERMARK page i am allowing users to select combos like for a particular image id they are able to select different messages to embed...

but it performs watermark on only one image id which is selected at the end....

here is a piece of my code..

[Code]....

View 3 Replies

Upload Multiple Files At The Same Time?

Apr 2, 2012

good way to upload multiple files at the same time? I currently am able to upload one file at a time, but would like to be able to select them all and then upload. Right now i am using asp: FileUpload control to upload the files, I know I could just use several of these and then loop them in the code behind to upload, but the pages I am working on have different amount of images to upload.

I have worked on 2 so far, and the first page I had to upload 12 items, while the second page I had 9 to upload. So i don't want to have a ton of these on the screen. Is there anyway i could use a ListBox or something to load them all in the listbox then loop through the box? I would prefer to have a listbox or textbox even, then have like 12 FileUpload's on the page.

View 1 Replies

Allow A User To Upload Multiple Files At A Time To A Web Server?

Jun 29, 2010

Is there any control out there that will allow a user to upload multiple files at a time to a web server?

View 3 Replies

Writing Upload Multiple Files At A Time Functionality In Dot Net (C# Particularly)

Aug 12, 2010

I want to write "upload multiple files at a time" functionality during upload files in dot net.I am not allowed to use JQuery.All i want is core dotnet.

View 2 Replies

Web Forms :: 2008 - Upload Images To Server (application / Images Folder) And Retrieve (display)

Apr 17, 2010

how to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.

View 5 Replies

Trying To Implement A Gallery Of Sorts Where The Usercan View And Upload Images (he Can Only Upload Once Signed In?

Mar 22, 2011

im trying to implement a gallery of sorts where the usercan view and upload images (he can only upload once signed in). Does anyone know where i can find a gallery like this, or do i have to code it myself?

View 5 Replies

Vb.net - Upload Mutiple Images With One File Upload?

Dec 28, 2010

How to upload mutiple images with one file up;oad like in facebook or orkut using asp.net(VB).

View 1 Replies

How To Display The Treeview Control With Multiple Images Instead Of + Images

Apr 6, 2010

How to Display the treeview control with multiple images(each link should be with one image) instead of + images in asp.net

View 2 Replies

Web Forms :: Upload Images Using Many FileUpload?

Aug 17, 2010

Iam trying to upload around 10-12 different images and vedio using seperate separate FileUpload but when I pressed submit button it will show "This page cannot be displayed" and not execute the code.

View 6 Replies

Web Forms :: How To Upload Images To FTP Folder

Dec 1, 2010

I have 5 PCs and I creat a FTP folder in each PCs.

I want to copy images in a folder from my computer to that FTP folders.

How can I do it in VB.net?

View 5 Replies

Web Forms :: Upload Two Images Into Sql Database?

Mar 2, 2011

I have a problem with file upload... Im trying to upload two images into sql database.. First i tryied to upload pictures on the single web form..

Everything worked fine, but now I have 2 web forms where Im trying to upload images on the both pages and the problem is that i can not upload all of the pictures i choosed... Some of the images uploaded no problem but on some of them show up server connection lost can not connect to server..

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved