Forum Moderators: mack

Message Too Old, No Replies

public folder

         

hzane

10:31 pm on Oct 10, 2003 (gmt 0)

10+ Year Member



Hello I am trying to set up a dir on my shared hosting site which is publicly accessible via an http port that enables visitors to view/download/upload media. I need to be able to set certain rules such as no duplicate filenames, may copy but not move, etc.

I instinctively invision sort of an IRC - esque interface but if I could include my site colors and logos that would be choice.

I have never even cracked a book on php and dont relish the thought of learning a programming language from hello world for this one operation.

I just want some direction, such as a tutorial that addresses this need or perhaps some snippets to get me on the right track... IS this possible in strictly html? Please excuse me if this question is rather elementary - but I am a beginner to webDev.

Thanks!

jatar_k

6:59 pm on Oct 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



well you're right, it could definitely done with php or any other scripting language.

It is a tough one, have you looked through some free script sites?

hotscripts.com
sourceforge.net

though I am not even sure of what to look for.

hzane

10:22 pm on Oct 11, 2003 (gmt 0)

10+ Year Member



you know when you delete your index.html from the root how you can see all files present? Whats up with that? could that somehow be applied to another directory on my site in conjunction w/ a submit form?

Put form aside - all I am concened w/ is function here. Where to start?

hzane

10:23 pm on Oct 11, 2003 (gmt 0)

10+ Year Member



Yeah I have been browsing script sites - havent found quite what I am looking for yet.

hzane

12:12 am on Oct 12, 2003 (gmt 0)

10+ Year Member



i found a great php script - very well commented at hotscripts dot etc.

jatar_k

12:25 am on Oct 12, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



perfect

that behaviour of apache (or webservers) is usually turned off so you get a forbidden message if there is no default page in existence. That wouldn't help your upload problem though.

Glad you found a script and there is this great place to get help if you need to make some changes
PHP Server Side Scripting [webmasterworld.com] ;)