Iam trying to figure out how to make a client area where people can upload and download a file with secure loging for a website. I can design and do HTML CSS but all the clever stuff eludes me.
Does anyone know if there is a off the shelf solution or is there some way to intergrate dropbox?
server stack = the software you're using as your server. For me, that would be node.js + mongodb. I think what you're asking for could be done without too much trouble. I'm reluctant to ask for money in exchange for this sort of help...do you want to learn on your own how to make your app, or would you like me to guide you through the process...? I don't know of any "off-the-shelf" solution to your sort of problem...there's a couple of node.js modules you can use to help with uploading and downloading, but to make what you're talking about you need to know how to put it all together.