amwd07 Posted January 6, 2008 Share Posted January 6, 2008 Hello is this possible and if so someone please point me in the right direction for the simplest solution All I need to do is browse a specific uploaded directory of images on the server instead of browsing my local computer ??? Quote Link to comment https://forums.phpfreaks.com/topic/84744-file-field-server-browse/ Share on other sites More sharing options...
JJohnsenDK Posted January 6, 2008 Share Posted January 6, 2008 hmm... you could use open_dir() function and then use a loop to loop through all the files which ends with .jpg or .gif glob() function is a nice function for this, if you use php5. Quote Link to comment https://forums.phpfreaks.com/topic/84744-file-field-server-browse/#findComment-431930 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.