Gossamer Forum
Home : Products : Others : Fileman :

NEW VERSION, PLEASE

Quote Reply
NEW VERSION, PLEASE
Fileman is a very powerful tool. I have modified it to edit perl scripts, and its a life saver. Yet the TEXTAREA problem, and the fact that the version being distribute here lacks the option to maximize the edit page makes it difficult to work with.

I hope a version that includes all the neccesary tools is available soon.

Quote Reply
Re: NEW VERSION, PLEASE In reply to
TEXTAREA solution:

http://www.gossamer-threads.com/perl/forum/showflat.pl?Cat=&Board=FileDisc&Number=136669&page=0&view=collapsed&sb=5

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: NEW VERSION, PLEASE In reply to
There is no solution needed for the textarea "problem".

Fileman converts all <textarea>s to <text-area>s when you edit a file, but then converts <text-area>s back to normal <textarea>s when you save the file.

If you want to make the textarea larger, just change the number of ROWS and COLS to something a bit larger.

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
no solution to textarea "problem", yes there is! In reply to
If you use fileman to edit your files, you are aware that fileman saves the file in BINARY. CGI files will not work in BINARY. Therefore, you must get rid of the hidden characters that are placed in the script. Jos van Ras has told www.users.f2s.com that if you want to edit cgi scripts with fileman, you need to scroll down the script to find the line:

# Begin Write Text File Procedure:

# Add these lines to that sub:
# Fix textarea tags.
$data =~ s,</TEXT-AREA,</TEXT-AREA,ig;
$data =~ s/(\r|\035)//gi;
# This is for removing the hidden ^Z character!

We the willing,
Led by the unknowing,
Do the impossible,
For the ungrateful.

Niall
Quote Reply
Re: no solution to textarea "problem", yes there is! In reply to
I was actually reffering to a different problem... but even still, I do not have the problem you are describing.

I can upload, create and edit CGI/PL files and they will each run just fine.

Perhaps it's something specific to do with the F2S server?

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: no solution to textarea "problem", yes there is! In reply to
THE PREVIOUS CODE WORKS, BUT IT KILLS THE JAVA SCRIPT THAT LETS ME CHANGE THE PERMISSIONS FOR FILES.

Quote Reply
Re: NEW VERSION, PLEASE In reply to
Hi,

Click on "Email" link above to try out Gossamer Mail! In the welcome message you will see a preview (which you can download!) of our new FileMan which has so many new features and improvements.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: NEW VERSION, PLEASE In reply to
Hey Alex,

I downloaded the new version of FileMan to check out, and all I gotta say is WOW!

You guys are coming out with some top-class software, keep up the great work!

Cheers,

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/