AJAX :: How To Upload Multiple Images At Once
May 7, 2015i am doing work on my project so i want to upload multiple images in c#.
View 1 Repliesi am doing work on my project so i want to upload multiple images in c#.
View 1 RepliesCan we upload multiple images with the update panel?? images are upload without any postback like ajax...
View 1 RepliesI'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 Repliesi 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.
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 RepliesInstead of uploading image one by one, how do i achieve to upload all the images from the folder?
View 5 RepliesI 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 ?
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 ?
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 Repliesi 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 Replieswould 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 Repliesi want to upload images,documents in my application tempfloder using AsyncFileUpload control of ajax
View 3 RepliesWhen selecting an image for an item in file upload control of ajax toolkit (AsyncFileUpload), the only files that should be displayed are ".jpg, .jpeg, .gif, .bmp, or .png".
I currently can see every type of file.
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 Repliesim 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 RepliesI need to display multiple images in seadragon. I have developed these in deep zoom compmser and checked in preview, it works fine.but when i put this in seadrgon's sourceurl,i am facing the following error. icrosoft JScript runtime error: Object doesn't support this property or method.
View 2 RepliesI want to display multiple images using seadragon control.
View 1 RepliesI am having Fileupload control in my page where I can Upload 4 images maximum into how can I do it ...
View 1 Repliesi am try this code for multipul image upload in database
but only one image store in database at a time
protected void Button1_Click(object sender, EventArgs e)
{
if (file.HasFile == false)
[Code].....
How to upload mutiple images with one file up;oad like in facebook or orkut using asp.net(VB).
View 1 Repliesthe Asp.net Code for Multiple File Upload Controls with Progress Bar
View 2 RepliesHow to Display the treeview control with multiple images(each link should be with one image) instead of + images in asp.net
View 2 Replies[URL] .... I am referring to the link given mentioned above, i want to save image details into database of each file, if i select two files i want to save filename in database in each row. ist file in 1 row , second file in next row with file name.
View 1 RepliesI have an application were users can upload pics. The code below allow only jpg images but i want to extend it to gif, png.The code is below:
Imports System.Data
Imports System.IO
Imports System.Data.SqlClient
[code]...
i want to add the functionality of adding profile images for each user, i search i net for help but all the examples which i found are based on just uploading images to the web application but without linking these images to the login user.
View 4 Replies