Web Forms :: Upload Mulitple Files At Once?

Feb 3, 2011

I have a requirement where i need to upload mulitple files with one file upload control. I googled and found ajax uploader control but should be paied to use that. Is there any control similar to that which can be get at free of cost or could any one provide me sample code how can it be done.

Actually i have to upload car images and bike images to respective folders say carfolder and bikefolder. I used two fileupload controls one for car and other for bike and one button. when clicked on button the following code executes to upload the files

[Code]....

View 5 Replies


Similar Messages:

Mulitple Websites Using The Same Code But Different Web.config Files?

Oct 18, 2010

I have mulitple websites using the same code but different web.config files. Is there a way where I can achieve not having multiple copies of the same code? so its easy to mantain?

View 1 Replies

Web Forms :: File Uploader To Upload Files To A Folder Used For Upload

Jul 15, 2010

Im using a file uploader to upoad files to a folder used for upload.But the problem is this folder is a linux folder. I have made it a shared folder so that I can access from windows by samba. So, file transfer is successful when I'm using os but when I try to upload something from my websites uploader to this folder, this process is not successful. I have given all permissions to this folder.Don't know whats the problem.I have used both type of slashes for directory but still it is not successful.

View 4 Replies

C# - Unable To Upload Files Through File Upload Control?

May 31, 2010

i am trying to upload files through the ASP.NET File Upload control.

Every thing is working fine, except for the fact that when i try to upload the file on the server i am getting an error: (probably some authorization exception).

do i need to give some rights to the upload up there on the server. If so then for which account and do i need to restart the server after giving rights?

View 2 Replies

C# - Allow The User To Upload Several Files With A Single Upload Action?

Mar 8, 2011

I want to allow a user to upload several files with one upload action. What is the simplest way to do this?

View 3 Replies

Forms Data Controls :: Mulitple Detailsviews Using The Same Datasource?

Jun 30, 2010

Each detailsview causes an execution of the same sqldatasource stored procedure which makes performance a problem. The stored procedure executes in 1-2 seconds, but 10 detailsviews on the page greatly slow loading of the page.The sqldatasource returns a single record with average, max, and min values for a large number of items.Each detailsview displays the average, max, and min for one item and are read only detailsviews.Is there any way to share data between detailsvies from the sqldatasource so the stored procedure only executes once?

View 4 Replies

How To Use File Upload Control To Upload The Files

Aug 23, 2010

i am using file upload control to upload the files in asp.net with vb.net as code behind. am storing the files in my local drive. my doubt is, how shall i read those file using asp.net application.

View 1 Replies

Web Forms :: Upload The Web Files On Server ?

Dec 26, 2010

I'm new in ASP.NET , I finished one website by ASP.NET with Visual basic (2008), It's contains 2 files (Default.aspx & Thanks.aspx). The Default.aspx is main page. Now I want to upload them on server. I already have space on one server.

I did publish web site then the Visual Created one folder is PrecompiledWeb contain other folder with the same project name inside it these files (App_LocalResources , bin ,images , Default , PrecompiledApp , Thanks and web) , I uploaded these files on the server in www folder. but it's is not working if I will enter in the web browser my website name. How I can config the website to work when I will enter my website name like this(www.xxxxx.com).

View 5 Replies

Web Forms :: View The Files Upload?

Nov 4, 2010

I am using a upload control to upload files and that works. But I want to see what files I uploaded.

View 2 Replies

Web Forms :: How To Upload And Download RAR And ZIP Files

Aug 20, 2012

i want upload zip and rar file to server and download it and audio and video file also.

View 1 Replies

Mulitple Login Pages Using Membership?

Feb 18, 2010

I'm trying to create two ASP.NET Membership login pages for an ASP.NET website I'm creating.

Here is structure:

/ - Anonymous Access for page off root
/registeredUser - Must be part of RegisteredUser Role
/registeredUser/login.aspx - Login page Registered Users
/admin - Must be part of AdminUser Role
/admin/login.aspx - Login page Admin Users

Another person asked the question and it was suggested to use the location tag in the web.confg:
http://stackoverflow.com/questions/525988/redirect-user-to-mulitple-login-pages-using-asp-net-membership

But I receive errors related to the using the forward slash / in the location path. I removed the forward slashes and the security rules are ignored.

So my question is, can I have more than one logon page using ASP.NET Membership without creating separate applications in IIS?

View 2 Replies

Web Forms :: Allow Users To Upload And Delete Files?

May 13, 2010

How do I allow users to upload files to a subFolder under the root web folder?

1. Display a list of filenames of file type (.doc, .txt, .pdf) on one webpage(ListOfFiles.aspx).
2. Make those filenames hyperlinks so that when clicked on, the file is displayed in the browser.
3. Have another page(Admin.aspx) that allows the user to upload and delete those files residing in that subFolder.

View 1 Replies

Web Forms :: Unable To Upload Large Files?

Oct 26, 2010

I am unable to upload even 75MB file ... it seems MS for some good sake is putting a limit of the file. how can I overcome this issue.

View 12 Replies

Web Forms :: Upload Web Site (Large Files)

Jan 6, 2011

I need to create an upload site to upload large files over 2GB I want ot create a site like [URL]. Once these files get upload i want them to have a link to the file created but the link encrypted. I know there is a limit to http upload. I have used a bunch of the flash upload web apps but are capped at a specfic mb becuase of .net. What options are out there.

View 2 Replies

Web Forms :: Directly Upload Files To Amazon S3?

Jan 13, 2011

I have to create a web app (in C#) that's gonna let my users upload their files straight to Amazon S3 (not enough bandwidth on our own server). It looks like the only way i can do that is posting a simple HTML form to Amazon. The problem is that i have to do some work on my server too, like renaming the files, setting up flags on db when file is uploaded, and so on. I really can't see how to do that without uploading files first on our server, which is out of question, so other solution for this? Amazon S3 forum is pretty poor on this topic.

View 2 Replies

Web Forms :: Bulk Upload Of Files In Sqlserver

Mar 28, 2011

i am having a folder which contains 100 files and each file contain the columns separated by the ' |(pipeline)' and similarly that file contain data also.so i need to bulk upload this folder to the ms sqlserver2005 so that automatically these tables with data added in the database so how to do that one? tell me if any store procedure or the any asp.net program is available for that.

View 1 Replies

Web Forms :: Upload Multiple Files With Usercontrol?

May 10, 2010

I am using this link

[URL]

Now my requirement is Multiple file upload code should be in the usercontrol but when click in the btnSubmit from aspx then it has to upload in folder and has to get save in DB Table.

How to do this? Is there any easy way to do this?

[Code]....

View 4 Replies

Web Forms :: Upload Multiple Files With Opendialog?

Mar 30, 2010

I'm trying to upload multiple files, so my first componet consist of a user control with an upload multiple files class:

[Code]....

After compiling I get the following exception:

Failed to set the specified COM apartment state

Is there a way to overcome this exception to upload multiple files?

View 3 Replies

Web Forms :: How To Select Multiple Files For Upload

Jul 26, 2010

Are there any code examples out there that allow a user to select multiple files or even an entire folder for upload?

View 2 Replies

Web Forms :: Upload Multiple Files To Server?

Sep 6, 2010

I have an ASPX Page that contains a fileuploader, I want to know how can I upload multiple files together to server and also create a new folder on Server and then upload these files into this new folder!

View 4 Replies

Web Forms :: How To Allow User To Upload Multiple Files

Sep 21, 2010

Im currently working on a project where i have a form that users fill out in order to submit issues.My ask is to give the user the ability to upload multiple files together with the form submission and also go back each time they have an update and upload more if they need.The way i have it right now is that i only have one FileUpload Control and once the Save button is clicked the file is save in the database together with the form info.

I already has a separate table for the files with reference to the ticket but im just not sure how can i allow the user to submit as many files as they want in an easy way.

View 5 Replies

Web Forms :: How To Upload Multi Files Using Fileupload

Feb 19, 2010

I want to upload photos using fileupload asp.net in one time at least max 50 photos. like as in facebook.

I noticed that fileupload allow only one file at a time to upload.

other ppl are using it. but i could not find the script or samples to see it..

View 9 Replies

Web Forms :: FCK Editor - How To Upload Files On Another Server

Jun 22, 2010

I am using FCK Editor (version 2.6.3.22451) in my asp.net 3.5 application.

While using upload option in the insert image modal popup, is it possible to upload the file to an external server, e.g. outside my virtual directory (anyhow, for example using FTP credentials).

View 3 Replies

Web Forms :: How To Upload Files To Remote Server

Feb 1, 2011

I am developing a intranet application in C#.

I am developing a application where files can be uploaded to staging area. and after saving to staging area a email confirmation is send.

After browzing for the file from local drive ,user gives a email id and click upload button ,then file should be saved to staging area. and then aconfirmation email should be sent to email id entered. we are using Exchange server to send emails.

View 2 Replies

Web Forms :: Unable To Upload Files To The Application?

Mar 5, 2011

i am having problem uploading files to the application. When i click on the upload button, it does not upload the already selected file.

View 4 Replies







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