TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Peter Cottle
NA
14
6.7k
Keep Fileupload data on change NOT Postback
Dec 2 2015 12:56 AM
Hi
I'm writing a multi image upload page. The FileUpload control loads the images and displays them in a preview.
The user can then click an image, to remove it, which populates a list I will loop through on PostBack to make sure the deselected images are not saved to my server.
So I choose images 1 to 5 and remove image 4 and 5.
My problem is after they've deselected image 4 and 5 they might want to add one or two other images. The person clicks browse to add more images , this then removes the images already selected, image 1 to 3. Is there a way to keep images 1 to 3 that I first selected and just add to them when the user clicks the FileUpload browse button again.
So nothing is submitted this is all before the post.
Thanks
Reply
Answers (
1
)
any one plz explain this code
how to autogenerate textbox in asp.net using c#