473,404 Members | 2,178 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,404 software developers and data experts.

FileSystemObject Question

Hi,
I want to use FileSystemObject to retrieve file names and directory from a
drive
and manage it through the web browser!I want to be able to upload file to
the server and if possible to delete etc..
Any ideas how to do this in ASP.NET..

Nov 18 '05 #1
4 1067
You might find it easier to get a component to do that:

Web Based File Manager Control

http://www.asp.net/ControlGallery/Co...356&tabindex=2

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Hi,
I want to use FileSystemObject to retrieve file names and directory from
a
drive
and manage it through the web browser!I want to be able to upload file to
the server and if possible to delete etc..
Any ideas how to do this in ASP.NET..


Nov 18 '05 #2
Thx Ken!
But it isn't free?
Is FSO still used in ASP.NET or its been deprecated?
What can be used instead of FSO now in ASP.NET?
"Ken Cox [Microsoft MVP]" wrote:
You might find it easier to get a component to do that:

Web Based File Manager Control

http://www.asp.net/ControlGallery/Co...356&tabindex=2

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Hi,
I want to use FileSystemObject to retrieve file names and directory from
a
drive
and manage it through the web browser!I want to be able to upload file to
the server and if possible to delete etc..
Any ideas how to do this in ASP.NET..


Nov 18 '05 #3
Hi Patrick,

It is free but not the source code. Even the source is pretty cheap if it
saves you an hour or two.

FSO isn't your best choice for a .NET app because it doesn't use managed
code. In .NET, look for DirectoryInfo and FileInfo:

http://msdn.microsoft.com/library/de...classtopic.asp

http://msdn.microsoft.com/library/de...classtopic.asp

Also, see this for uploading

http://www.flesk.net/fleskuploader.aspx

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:39**********************************@microsof t.com...
Thx Ken!
But it isn't free?
Is FSO still used in ASP.NET or its been deprecated?
What can be used instead of FSO now in ASP.NET?
"Ken Cox [Microsoft MVP]" wrote:
You might find it easier to get a component to do that:

Web Based File Manager Control

http://www.asp.net/ControlGallery/Co...356&tabindex=2

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
> Hi,
> I want to use FileSystemObject to retrieve file names and directory
> from
> a
> drive
> and manage it through the web browser!I want to be able to upload file
> to
> the server and if possible to delete etc..
> Any ideas how to do this in ASP.NET..
>
>
>



Nov 18 '05 #4
Hi Ken but what i want it is for it to upload to a drive /Web server not to a
Database!
Thx

"Ken Cox [Microsoft MVP]" wrote:
Hi Patrick,

It is free but not the source code. Even the source is pretty cheap if it
saves you an hour or two.

FSO isn't your best choice for a .NET app because it doesn't use managed
code. In .NET, look for DirectoryInfo and FileInfo:

http://msdn.microsoft.com/library/de...classtopic.asp

http://msdn.microsoft.com/library/de...classtopic.asp

Also, see this for uploading

http://www.flesk.net/fleskuploader.aspx

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:39**********************************@microsof t.com...
Thx Ken!
But it isn't free?
Is FSO still used in ASP.NET or its been deprecated?
What can be used instead of FSO now in ASP.NET?
"Ken Cox [Microsoft MVP]" wrote:
You might find it easier to get a component to do that:

Web Based File Manager Control

http://www.asp.net/ControlGallery/Co...356&tabindex=2

"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
> Hi,
> I want to use FileSystemObject to retrieve file names and directory
> from
> a
> drive
> and manage it through the web browser!I want to be able to upload file
> to
> the server and if possible to delete etc..
> Any ideas how to do this in ASP.NET..
>
>
>


Nov 18 '05 #5

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

Similar topics

5
by: John Dewbert | last post by:
*** post for FREE via your newsreader at post.newsfeed.com *** Hello, I have trouble passing a folder object (from a FileSystemObject) to a sub procedure. Consider the following code: ...
1
by: Scott MacLean | last post by:
I'm pulling my hair out over this one. I've got a web page that I need to have write to another server across the network. The site in question does NOT run in anonymous mode, that is, the user is...
3
by: Steve | last post by:
Hi all, FileSystemObject question... I'm trying to check if files exist or not, but the files are not sitting on the same server as our Intranet. Basically we have about 5000 photos in a...
2
by: Sean S - Perth, WA | last post by:
Hi all, If I create a FileSystemObject Object is it appropriate to reuse it to perform operations on different files/folders? Or should I create a new FileSystemObject Object for each file and...
9
by: kermit | last post by:
I keep seeing that you can use the FileSystemObject in either VB script, or Javascript on an aspx page. I added a refrence to the scrrun.dll I added importing namespaces for 'System.Object',...
4
by: Stimp | last post by:
This is a query to do with classic ASP (written through vbscript). I apologise in advance to posting to an ASP.NET forum, but my newsserver doesn't have any others listed... plus it's a permissions...
1
by: G Gerard | last post by:
Hello I am using the FileSystemObject to copy files on a computer Dim MyObject as Object
5
by: VancouverMike | last post by:
Hi there, I am writing a web app using asp.net 1.1 and C#. This web app is launched in another win32 application and this app needs to pass information to my web app. But this win32 application...
3
by: brigitte | last post by:
The original problem: I need a procedure to import a csv file created by a third party application into an Access database. This file contains fields which may include commas, and when they do,...
1
by: pbd22 | last post by:
Hi - I have code that automatically fills tabs on a page. In some cases, a URL path won't be correct (the folder and files don't exist) and, in these cases, I want to catch these exceptions and...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.