file uploads

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
bluelad
Forum Commoner
Posts: 34
Joined: Mon Jun 05, 2006 8:34 am

file uploads

Post by bluelad »

Hello friends. Nice to be a part of this community. I may be posting in the wrong forum so please excuse me.
I am designing a file upload system using php thru online tutorials. I have so far been successfull in uploading the files. No i want my users to be able to access them i.e see which files are there and then access it. Any soul enlightening me on this topic.

Thanks.
santosj
Forum Contributor
Posts: 157
Joined: Sat Apr 29, 2006 7:06 pm

Post by santosj »

User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

If you wanted to cover the design concepts of creating an upload library/class the this would be the place to post. If so then post your ideas and example code. You can get input on your design and code here.

If you need help just getting the code to work then it might be better to request to move this to PHP Code where you will get more of that kind of practical help.
(#10850)
Post Reply