Re: geting the folders contents via http
Re: geting the folders contents via http
- Subject: Re: geting the folders contents via http
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 13 Nov 2008 18:23:38 +0100
Le 13 nov. 08 à 18:00, Valentin Dan a écrit :
Hi,
Is there a way to get the files in a folder like:
"http://mysite.com/myfolder/" ?
I have a bunch of pictures there and I want to go through them, select
one and put it's content in a NSTableView's cell.
If your server allows "directory content listing" (it show you a page
with the content of the folder when you type the folder adress in a
browser), you can use webkit to retreive the page, and then extract
links from the page DOM.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden