Daria
12-05-2003, 10:14 AM
I want to create a directory on the website where visitors would be able to upload their own text files (*.doc) into that directory and see the listing of available files. (It would be a password-protected area for members, so I am not worried about spam and stuff).
How do I approach this task?
for example, people would see current list of available docs,
essay1.doc
essay2.doc
essay3.doc
then have a button that would say something like
click here to post your essay
(and after they upload the list would show
essay1.doc
essay2.doc
essay3.doc
essay4.doc
)
the thing is - I can put the "browse and upload" function, but I don't know how to make it appear in the "directory" listing... Would there be some PHP involved? Or something else? Please, advise.
How do I approach this task?
for example, people would see current list of available docs,
essay1.doc
essay2.doc
essay3.doc
then have a button that would say something like
click here to post your essay
(and after they upload the list would show
essay1.doc
essay2.doc
essay3.doc
essay4.doc
)
the thing is - I can put the "browse and upload" function, but I don't know how to make it appear in the "directory" listing... Would there be some PHP involved? Or something else? Please, advise.