- Aug 18, 2012
- 14,320
- 683
- 126
I have a small section of my website where users can login and register its pretty empty for now. But the point of this was to allow users from the forums register and upload files. It's mostly for android development.
That being said, what would be the best way to incorporate an upload section so each user can upload their files, say to a directory on the server but every user that is registered would have access to those files ?
I know I can do a simple PHP upload script but roms and patches usually are over 200mb or so. Any ideas ?
Basically user logs in, I I have functions that check if they are admin whatever , and then they would be allowed to go to the upload/download section and upload files to the upload directory on the server under their username. I'm also hoping other users can browse the other user files too.
Was looking for something simple but couldn't find anything for this purpose ??
That being said, what would be the best way to incorporate an upload section so each user can upload their files, say to a directory on the server but every user that is registered would have access to those files ?
I know I can do a simple PHP upload script but roms and patches usually are over 200mb or so. Any ideas ?
Basically user logs in, I I have functions that check if they are admin whatever , and then they would be allowed to go to the upload/download section and upload files to the upload directory on the server under their username. I'm also hoping other users can browse the other user files too.
Was looking for something simple but couldn't find anything for this purpose ??
