RE: [PHP] explorer

2007-11-10 Thread Bastien Koert
on the local machine? no. you can simulate an explorer for files on the server bastien Date: Sat, 10 Nov 2007 18:10:39 +0530 From: [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] explorer Hi, How if, it is possible to open a windows

Re: [PHP] explorer

2007-11-10 Thread Rick Pasotto
On Sat, Nov 10, 2007 at 09:33:17AM -0500, Bastien Koert wrote: on the local machine? no. you can simulate an explorer for files on the server An input type=file will automatically display a browse button that opens a user environment specific file browser (aka explorer). -- Market-like

RE: [PHP] explorer

2007-11-10 Thread admin
You can't (SERVER vs Client) you cannot make Php open an program on the client computer. If you want to get a file from your computer that is a simple HTMLTag. input type=file name=image tabindex=1 size=35 / Please explain if that is not what you meant. -Original Message- From: kNish

Re: [PHP] Explorer-like drill down interface

2002-09-26 Thread Bill Farrell
Y'know? I started fiddling with the drill-down I had made and found that the thing only worked on the latest Mozilla. Seems the developers made the same mistake I did in what input type=image ... is supposed to do. Looks great on one browser :-) I wound up with another alternative: a folder

Re: [PHP] Explorer-like drill down interface

2002-09-25 Thread Bill Farrell
Hi Richard, There are a couple out there... I created one for myself (V1.un) that does something similar... It relies on a couple of support files for mime-types and icons. Here's the code... if you like the idea, I can zip up the icons and extension-to-mime folders and send it to ya. My

Re: [PHP] Explorer-like drill down interface

2002-09-25 Thread Mike Dunlop
I would recommend using javascript for the expanding/contracting list stuff and I don't know of any vulnerablilities in MySQL Server... - Mike D I have two questions: 1. I would like to build a php page that contains a Windows explorer-like drill down mechanism, where clicking the '+'