Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like the users of my website to be able to upload files and then have them stored and seen by other users. I have never done anything like this before, and I would like some guidance. I don't think that there needs to be some kind of database, because this is for personal use, but you would be a better judge of that that me.

What I have tried:

I would like to program this myself with HTML or JavaScript, and not with a website maker or something like Django.
Posted
Updated 8-Jun-20 8:46am
Comments
Richard MacCutchan 8-Jun-20 12:50pm    
It is not clear from your question which part you have a problem with.
[no name] 8-Jun-20 12:52pm    
I want to know if there is any easy way to use JavaScript or HTML to make a file upload button
F-ES Sitecore 8-Jun-20 13:16pm    
You're going to have to use some kind of server-side technology to accept the file and store it, and also to show what files are available. One you've chosen the server-side tech you want to use (php, asp.net etc) then google "php upload and store file" or "asp.net upload and store file" to get going with the basics.
[no name] 8-Jun-20 12:53pm    
And make the file input stay on the website so other people can see it.
Sorry if that's a bit wide.
MadMyche 8-Jun-20 13:11pm    
That is going to be more of a server-side question than the site; so you would be looking more for solutions based on those technologies (eg C#, PHP )

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900