Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
![]() |
Hi all,
I focus now a new problem .
I want to make the user upload a complete Folder to the server .
Not file by File
How can i do it .
and also if any one have a control (Browsing directory) instead of HTML file input?
Thanks:rolleyes:
I focus now a new problem .
I want to make the user upload a complete Folder to the server .
Not file by File
How can i do it .
and also if any one have a control (Browsing directory) instead of HTML file input?
Thanks:rolleyes:
Last edited by tgreer : Jun 28th, 2006 at 12:40 pm. Reason: Removed "Bold" formatting. Please reserve formatting for code legibility.
Life Is A Big Code
Rushdy Ibrahim
Egypt
Rushdy Ibrahim
Egypt
Remember the web is client-server, and ASP.NET doesn't change that.
File uploads are done via the
That takes a file, plain and simple. So if the user wants to upload an entire folder, they'll need to zip it up into a single zip file, and upload that.
It will be up to your server code to process that zip file.
File uploads are done via the
<input type="file" /> HTML element.That takes a file, plain and simple. So if the user wants to upload an entire folder, they'll need to zip it up into a single zip file, and upload that.
It will be up to your server code to process that zip file.
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- For Pay Shell Script - Zip / FTP / Delete transactional files (Shell Scripting)
- File doesn't upload into the directory I specified. Need help! (PHP)
- want to upload images to access db from ColdFusion (ColdFusion)
- Need help manipulating files/directories (C#)
- how do I upload smilies (Growing an Online Community)
- Courrpt Files (Windows 9x / Me)
- Does Samba send deleted files to a recycle bin? (*nix Software)
Other Threads in the ASP.NET Forum
- Previous Thread: Form request help
- Next Thread: Shopping Cart
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode