I would like to ask how to design a upload pdf function,upload by user from the web application in the web, and then file will save somewhere in server , but the files will use for web and mobile application at the same time, how to design to achieve the goal to let both app to retrieve a series of files from server at the same time?
in db , is it needed to store in different table to avoid dead lock? how to design?