Share

PHP AJAX File Manager (PAFM)

Code

Programming Languages: JavaScript, PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics git://pafm.git.sourceforge.net/gitroot/pafm/pafm (read-only)

Show:

What's happening?

  • Comment: file list is not in order solved

    Yes, currently I'm just displaying them in whatever order the PHP file handler is giving me to them. This will be resolved in the next release.

    2009-10-21 22:16:29 UTC by mmj48

  • Comment: file list is not in order

    function getDirs($path){ global $dirContents, $pathURL; sort($dirContents['folders']); for ($i = 0, $l = count($dirContents['folders']); $i < $l; $i++){ $dirItem = $dirContents['folders'][$i]; $dirItemURL = escape($dirItem); $dirItemHTML = htmlspecialchars($dirItem); $fullPath = $path.'/'.$dirItem; $mod = getmod($path.'/'.$dirItem); echo '

    2009-10-21 16:09:54 UTC by https://www.google.com/accounts

  • file list is not in order

    the list of content of a folder couldnt be sorted in any order. it's difficult to find a file by it's name. in windows os it can be sorted by name. but I tryed in some linux os no good.

    2009-10-21 15:08:18 UTC by https://www.google.com/accounts

  • Followup: RE: Changes

    Believe it or not, yes, I do have that planned.

    2009-05-29 13:25:22 UTC by mmj48

  • Followup: RE: Changes

    do you plan, in the next release, to insert a column "last modify date" and provide a sorting for it too ? greetings!

    2009-05-29 07:08:11 UTC by roger-it

  • Followup: RE: Changes

    Thanks, I'm glad you like it. Yes, that is one of the planned features for the next release.

    2009-05-22 20:40:46 UTC by mmj48

  • Followup: RE: Changes

    hello mustafa and congrats for this useful app !!! Do you plan, in the future versions, the chance of changing the sorting of the folders/files list by clicking on the headers ? (example: sorting by name, sorting by dimensions, sorting by extension ..). greetings.

    2009-05-22 08:28:45 UTC by roger-it

  • PAFM 1.0.2 Released

    v1.0.2 of PAFM, a web-based file manager, has been released. This is a minor bug fix release. Change Log: Fixed bug which caused problems when uploading in Internet Explorer. Fixed bug in the extension column caused by files without an extension.

    2009-05-20 04:24:38 UTC by mmj48

  • PHP AJAX File Manager (PAFM)

    mmj48 added the pafm-1.0.2.zip file.

    2009-05-20 04:21:01 UTC by mmj48

  • 1.0.2

    mmj48 created the 1.0.2 file release.

    2009-05-20 04:18:16 UTC by mmj48

Our Numbers