Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-04-2012, 02:43 PM   PM User | #1
nthere
New to the CF scene

 
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nthere is an unknown quantity at this point
Display Pc's local directory from web site

Hi;

I have a wordpress site which has a shoutcast radio stream.

I am trying to list my music directory from my web site.
For example;
On my home pc, I have music archive in D://Music directory and it has around 2TB mp3 files in it. Lots of discographys.
I want to display this mp3 files in a web directory list with its local folders.

So, next step, users can choose whatever they want and it will add to my playlist. If there is no wish, my playlist will continue...

Can I do this in some way?
I need your suggestions?
Are there any wordpress plugins to do this?

Thank you.
nthere is offline   Reply With Quote
Old 07-04-2012, 02:54 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Nope, not in PHP.
You can use the <input type="file"/> in HTML, or another client side language to access the filesystem. Server side languages are not capable of retrieving from a client system.

The only alternative is to use a client machine which has FTP/SSH or similar type of support. PHP can establish communications with machines, and using FTP/SSH etc are very easy to do, but only if the client accepts it.
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:03 PM.


Advertisement
Log in to turn off these ads.