473,473 Members | 2,219 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Chose file upload location

All,

I have been looking around for a third-party component that allows me
to manage the location to which I upload files (i.e, I can create new
directories, browse to a directory, etc on the server), but I have not
seen anything that seems appropriate. Does anyone know of any such
beast?

Thanks much,

Mike

Jul 5 '07 #1
8 1289


since you have already searched, how do we know what you think is "appropriate" ?
<mj********@gmail.comwrote in message news:11*********************@w5g2000hsg.googlegrou ps.com...
All,

I have been looking around for a third-party component that allows me
to manage the location to which I upload files (i.e, I can create new
directories, browse to a directory, etc on the server), but I have not
seen anything that seems appropriate. Does anyone know of any such
beast?

Thanks much,

Mike

Jul 5 '07 #2
On Jul 5, 10:12 pm, mjgrinn...@gmail.com wrote:
All,

I have been looking around for a third-party component that allows me
to manage the location to which I upload files (i.e, I can create new
directories, browse to a directory, etc on the server), but I have not
seen anything that seems appropriate. Does anyone know of any such
beast?

Hi Mike

It can be easily done with ASP.NET

to upload a file

FileUploadControl.PostedFile.SaveAs(Server.MapPath ("/Images/") +
FileName);

to browse the directory

for each (string s in Directory.GetFiles(Server.MapPath("/Images/"),
"*.gif")
{
.....
}

and so on...

Hope it helps

Jul 5 '07 #3

On Jul 5, 3:23 pm, "Jon Paal [MSMD]" <Jon[ nospam ]Paal @ everywhere
dot comwrote:
since you have already searched, how do we know what you think is "appropriate" ?

Perhaps I was too subtle in my first post. I am wondering if there
are any third party tools that allow me to do the following common
file and folder operations from an asp.net page.

* Uploading
* Deleting
* Renaming
* Copying
* Zipping
* Moving

There is an example at http://www.codeproject.com/aspnet/WebFileManager.asp
of something that may be workable after some study.

Jul 5 '07 #4
On Jul 5, 3:40 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Jul 5, 10:12 pm, mjgrinn...@gmail.com wrote:
All,
I have been looking around for a third-party component that allows me
to manage the location to which I upload files (i.e, I can create new
directories, browse to a directory, etc on the server), but I have not
seen anything that seems appropriate. Does anyone know of any such
beast?

Hi Mike

It can be easily done with ASP.NET

to upload a file

FileUploadControl.PostedFile.SaveAs(Server.MapPath ("/Images/") +
FileName);

to browse the directory

for each (string s in Directory.GetFiles(Server.MapPath("/Images/"),
"*.gif")
{
....

}

and so on...

Hope it helps
Hi Alexey,

Thanks much for the help. I'll try this out.

Mike

Jul 5 '07 #5
On Jul 5, 10:50 pm, mjgrinn...@gmail.com wrote:
Hi Alexey,

Thanks much for the help. I'll try this out.

Mike- Hide quoted text -
the example you sent, does all things you need
Why don't you like it?

Jul 5 '07 #6
On Jul 5, 3:57 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Jul 5, 10:50 pm, mjgrinn...@gmail.com wrote:
Hi Alexey,
Thanks much for the help. I'll try this out.
Mike- Hide quoted text -

the example you sent, does all things you need
Why don't you like it?
Hi Alexey,

It may work just fine. I had just found it and had not gotten a chance
to look at it more carefully. Perhaps you or someone else knew this
example already and knew of another third-party tool that was
preferable. I'll have a chance to investigate the example I noted
more tonight.

Thanks,

Mike

Jul 6 '07 #7
The example you linked, if I remember correctly is ASP.NET 1.1 and has a
TreeView options and kinda looks like an FTP app with left and right panes.
If that's the one, I'd suggest stopping there and study it well.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder(BETA): http://www.blogmetafinder.com

"mj********@gmail.com" wrote:
On Jul 5, 3:57 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Jul 5, 10:50 pm, mjgrinn...@gmail.com wrote:
Hi Alexey,
Thanks much for the help. I'll try this out.
Mike- Hide quoted text -
the example you sent, does all things you need
Why don't you like it?

Hi Alexey,

It may work just fine. I had just found it and had not gotten a chance
to look at it more carefully. Perhaps you or someone else knew this
example already and knew of another third-party tool that was
preferable. I'll have a chance to investigate the example I noted
more tonight.

Thanks,

Mike

Jul 6 '07 #8
uh, looks like you already found it....

<mj********@gmail.comwrote in message news:11*********************@c77g2000hse.googlegro ups.com...
>
On Jul 5, 3:23 pm, "Jon Paal [MSMD]" <Jon[ nospam ]Paal @ everywhere
dot comwrote:
>since you have already searched, how do we know what you think is "appropriate" ?


Perhaps I was too subtle in my first post. I am wondering if there
are any third party tools that allow me to do the following common
file and folder operations from an asp.net page.

* Uploading
* Deleting
* Renaming
* Copying
* Zipping
* Moving

There is an example at http://www.codeproject.com/aspnet/WebFileManager.asp
of something that may be workable after some study.

Jul 6 '07 #9

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

Similar topics

4
by: Joe | last post by:
Hello, I have IIS 6.0 running on w2k3 Enterprise. I have three upload forms 1 to have restricted uploads .asp 2 to upload plain .asp any extension 3 a FP form upload non .asp
3
by: MN | last post by:
Hello all - I'm hoping that someone knows the answer to this as I have not done this in ASP before. Basically, I need to select a csv file from my desktop through the "Browse.." button in my...
1
by: pbd22 | last post by:
hi. i have been posting this here and elsewhere a lot and can't seem to get resolution on this problem. i have been trying to upload files using a hidden iframe to a asp.net/vb.net form. the...
6
by: fiefie.niles | last post by:
In ASP.Net (VS 2005), is there a way to limit the user to upload a file up to certain size (say, I would like to limit the user to upload at the maximum 1 meg of file) ? Thank you
3
by: shapper | last post by:
Hello, I need to upload a file. Can I only do this with the File Upload control? I also need the following: - Send upload info, upload percentage, continuously to a JavaScript function so...
6
Jacotheron
by: Jacotheron | last post by:
I need a PHP script that can upload music files (mp3). The script is for a home project I have started a while ago. I have a MySQL database of all the music that I have. Other computers on the...
8
johngault
by: johngault | last post by:
I've been working with this PHP page for several days now and I'm stumped. The page is supposed to allow the user to upload up to six images for their profile. When the user adds an image it (the...
1
by: ririe | last post by:
Hi. I have a problem here. I want to upload a file together with its semester. So I create two field. One for the semester and one for the file to be uploaded. But the script doesn't work. I don't...
4
by: liberty1 | last post by:
Hi everyone. I appreciate your effort at helping newbies like me. I have the following problems and will appreciate urgent help. PROBLEM NUMBER 1: Using PHP and MySQL, I am able to upload...
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
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.