May-13-2026, 10:28 PM
Hi Guys,
I want to make a website that stores files.
Any help greatly appreciated.
-Oliver
I want to make a website that stores files.
Any help greatly appreciated.
-Oliver
|
Archive
|
|
May-13-2026, 10:28 PM
Hi Guys,
I want to make a website that stores files. Any help greatly appreciated. -Oliver
May-13-2026, 11:06 PM
Break the task down into tiny steps.
Step 1: Make a simple webpage. Can you do that? Then open it in your browser on your computer, see what it looks like. What do you need to add? Myself I use PHP to do things like upload files, but I believe you can also use Django, which is a kind of Python. I never worked with Django.
May-15-2026, 06:34 AM
Hi,
the question is a bit vague... storing files via an upload is not problem. All Python webframeworks like Flask, Bottle, Django etc. support this. Bottle's documentation even holds an example for this: https://bottlepy.org/docs/dev/tutorial.h...le-uploads. Regards, noisefloor |
|
|