473,386 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Multiple File Upload with ASP.NET

That is the Problem:
I have an ASP.NET Webapplicatipon where I can upload single files to
the Server.

That works fine. But now, I want to Upload multiple files. I know the
path of the files, i know then name(s) of the files. Security is no
problen (the Application works in an Intranet).

I search for a Javascript solution - but I only found: "That doesn't
work! Try FTP or PHP!" But there's no possibility to use PHP or FTP. I
only have ASP.NET and Javascript!

Can someone Help me?

Oct 15 '07 #1
7 2099
<de*******@arcor.dewrote in message
news:11**********************@e34g2000pro.googlegr oups.com...
Can someone Help me?
Google is your friend:
http://www.google.co.uk/search?sourc...le+file+upload
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 15 '07 #2
Try :
http://support.microsoft.com/kb/296772

This is not exactly what you are looking for but you should be able to do
something like :
- client side you'll use :
- ADOB.Stream to load the file (it has a LoadFromFile method)
- XMLHttp to post the file content to a server page
- server site you can get the files with Request.Files...

You'll have of course to change your security settings.

Another option is just to place mutliple file upload controls on the page
(but then the user must define the files to upload for safety reasons and
AFAIK you can't change this (the input type=file value is read only).

--
Patrice

<de*******@arcor.dea écrit dans le message de news:
11**********************@e34g2000pro.googlegroups. com...
That is the Problem:
I have an ASP.NET Webapplicatipon where I can upload single files to
the Server.

That works fine. But now, I want to Upload multiple files. I know the
path of the files, i know then name(s) of the files. Security is no
problen (the Application works in an Intranet).

I search for a Javascript solution - but I only found: "That doesn't
work! Try FTP or PHP!" But there's no possibility to use PHP or FTP. I
only have ASP.NET and Javascript!

Can someone Help me?

Oct 15 '07 #3
<de*******@arcor.dewrote in message
news:11*********************@t8g2000prg.googlegrou ps.com...
All I have to do is to choose the Directory and then Start the Upload!
No file-selection!
Ah right - sorry, didn't quite grasp that from your post...
Is this possible???
http://www.unlimitedftp.ca/products/uupload/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 16 '07 #4
On 16 Okt., 17:02, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
<der_gr...@arcor.dewrote in message

news:11*********************@t8g2000prg.googlegrou ps.com...
All I have to do is to choose the Directory and then Start the Upload!
No file-selection!

Ah right - sorry, didn't quite grasp that from your post...
Is this possible???

http://www.unlimitedftp.ca/products/uupload/

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Thank you.
Now we can see, that it is possible to upload multiple files by
selecting only the directory. Thats exactly my problem!
But I want to realize it by using ASP.Net - without any expensive
Applets. Thats the next problem!

Is where a way to do it?

Oct 16 '07 #5
<de*******@arcor.dewrote in message
news:11**********************@t8g2000prg.googlegro ups.com...
Now we can see, that it is possible to upload multiple files by
selecting only the directory. Thats exactly my problem!
But I want to realize it by using ASP.Net - without any expensive
Applets. Thats the next problem!
Expensive applets??? Prices start at under $200...
Is where a way to do it?
Yup - learn Java, and write your own applet - that's what the Unlimi-Tech
people clearly did...

How long do you think it will take you...?

That's how I define "expensive"...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 16 '07 #6
On 16 Okt., 19:21, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
<der_gr...@arcor.dewrote in message

news:11**********************@t8g2000prg.googlegro ups.com...
Now we can see, that it is possible to upload multiple files by
selecting only the directory. Thats exactly my problem!
But I want to realize it by using ASP.Net - without any expensive
Applets. Thats the next problem!

Expensive applets??? Prices start at under $200...
Is where a way to do it?

Yup - learn Java, and write your own applet - that's what the Unlimi-Tech
people clearly did...

How long do you think it will take you...?

That's how I define "expensive"...

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Okay, you're right! It's cheaper to buy some Tools. I will tell my
Boss to do so.

But i want to know at all - is where a way to realize this problem by
using ASP.NET? If wheres a way, I want to know it!!!
I don't have the time to learn Java, but I have time to learn more
about ASP.NET and C#.

Oct 17 '07 #7
<de*******@arcor.dewrote in message
news:11*********************@i38g2000prf.googlegro ups.com...
Okay, you're right! It's cheaper to buy some Tools. I will tell my
Boss to do so.
Good thought.
But i want to know at all - is where a way to realize this problem by
using ASP.NET?
No.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 17 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: 3A Web Hosting | last post by:
Hi Is it possible to perform multiple file uploads via a form? It's no problem uploading single files but I want to be able to highlight a group of files and upload them all in one go. My...
6
by: x. zhang | last post by:
Hi Guys, We know that we can use <input type=file ...> to upload one file per time to the server. My question is if there are some way to upload multiple files per time to the server. (Of...
2
by: Sundar | last post by:
Hi, I am working on ASP.Net. My requirement is that I want to Upload Multiple Files to the Server. I need to have ONLY ONE FILE UPLOAD CONTROL in my page. I SHOULD NOT SUBMIT THE PAGE FOR EACH...
5
by: Jason | last post by:
I have a potential need to upload multiple PDF legal documents. Is it possible to attach more than one file per upload?
3
by: darrel | last post by:
My understanding is that using the FILE form element to allow a file upload is limited to one unique file per page. Is that correct? Any thoughts on how best to design an interface to allow...
7
by: crowl | last post by:
Hi there, I am looking for a component allowing me uploading multiple files by my asp page. I have found several components achieving this by require a <input type="file" name="FileX"> field for...
1
Fary4u
by: Fary4u | last post by:
Hi Guys i'm trying to upload a file, i've tried 3 different methods but still not work out i don't know how to over come this problem hidden file value, multiple form or popup uploading. 1-...
9
by: torso | last post by:
Hi Does someone know a good tutorial for multiple file upload with xmlHttpRequest. I am trying to do directory upload. So I could choose directorys and upload those to the server. Another...
43
by: bonneylake | last post by:
Hey Everyone, Well this is my first time asking a question on here so please forgive me if i post my question in the wrong section. What i am trying to do is upload multiple files like gmail...
4
by: MoroccoIT | last post by:
Greetings - I saw somewhat similar code (pls see link below) that does mupltiple files upload. It works fine, but I wanted to populate the database with the same files that are uploaded to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.