how to create a system like we transfer? [closed]

0

Can you please tell me where I should start to create a website that works similarly to we transfer? the idea is to know what are the necessary knowledge to be able to create a project of this type

    
asked by juan ordonez 30.11.2017 в 19:03
source

1 answer

0

The question is quite broad, so I think you should rethink them in specific questions (based on what the rules say ...)

Answering your question ... HTML + CSS + JS (with respect to UI / UX), AJAX to load the content, your server-side can be PHP ... and once the document has been uploaded you can pass it md5 to have the corresponding hash (to pass it by GET as file ID to download it or something like that), one dB to save the corresponding hash, data such as name, upload date, weight, etc.)

That in summary would be ... as we said several people, you have to rethink it because in reality the answer is a bit more extensive considering how many things it should cover ...

    
answered by 30.11.2017 / 19:30
source