You'll need to add that functionality yourself, I wasn't able to find anything cake related which can do this. You should be able to get this to work using PHP's directory functions
http://php.net/manual/en/book.dir.php I would be careful about implementation as you wouldn't want somebody accessing parts of your webserver they shouldn't through the CakePHP application On 17 August 2014 09:30, <[email protected]> wrote: > Hello, > > I am sorry, this is maybe an really easy to answere question, but I don't > get it and found nothing googling. > So, my problem is, that i want a form, where you can browse a file on your > webserver, which is already upoaded. > Is it possible to do so in cakephp. I am using 1.3. > > Thank you, > > Alx > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
