 |
|
 |
thank u
this project is very perfect and really helpful for me.
|
|
|
|
 |
|
 |
I've found a better solution for online file management on the internet. You could take a look at www.tamtamsoftware.com. The have an ASP.NET File Manager ready for use at low cost and it takes no time to install. There is however no wysiwyg editor included. But after all, I think a wysiwyg editor should not be part of a file manager, it only can be used in some special cases. The .NET FileManager from TamTamSoftware has all file/folder management features like copy, move, delete, create, upload, download ... and even zip/unzip.
|
|
|
|
 |
|
 |
How to search a file or a Directory?when checked,how to check and highlight it?
I am so grateful if you can give me the code.
modified on Monday, August 17, 2009 1:02 AM
|
|
|
|
 |
|
 |
Under what license this project is?
|
|
|
|
 |
|
 |
Is it possible to show this in VB.?
|
|
|
|
 |
|
 |
What If I wanted to remove the editor all together and just have it display the contents of the file in a textarea of some sort and be able to only edit the raw code.
|
|
|
|
 |
|
 |
First of all, thanks a lot for this free file manager.
I have a suggestion: to make the RootPath a property of the file manager control, instead of a setting in web.config.
That would allow the use of several file managers on a single site, each with a different RootPath setting.
Jos
|
|
|
|
 |
|
 |
to make a property just do:
protected string root;
public string RootPath
{
get { return this.root; }
set { this.root = value; }
}
|
|
|
|
 |
|
 |
For example, this web based file manager looks very complete and sleek. It's in ASP.NET 2.0 and one of the best I have come upon!
|
|
|
|
 |
|
 |
offcourse there are but what if you want to build your own and a free solution.
|
|
|
|
 |
|
 |
Actually you can download a fully functional trial version on their web site but I am not sure if they are selling the source code if you want to integrate the file manager in your own project. If they do, it should save you a lot of time I think...
|
|
|
|
 |
|
 |
This is exactly what I needed and it works alright. I took out some of the things I didn't need, customized some part that I needed different, saved me some effort. Thanks.
|
|
|
|
 |
|
 |
I realize this article is a year old, but in case anyone is still looking around here, I am in need of some assistance.
The demo works fine on my server, but when I try to incorporate the FileManager control into my own project, the javascript seems to break.
IE reports that _EVENTTARGET is null or not an object
Firefox states that "theform" has no properties.
I'm incorporating the control into a page the same way that it is done in the sample project.
Thanks for any suggestions.
Tony
|
|
|
|
 |
|
 |
It appears the download link is incorrect. It should be:
http://www.codeproject.com/Purgatory/SeekDotNetFileManager/SeekDotNetFileManager.zip
|
|
|
|
 |
|
 |
File download link is broke
|
|
|
|
 |
|
 |
Wheres the article?
How do I print my voice mail?
|
|
|
|
 |