You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a backend server which accept the files respective of the file type and file size. The user can upload the files from site, or through Postman which have to be accepted by the server and do the operations according to the file type.
For instance, if the uploaded file is .txt then server change the content of the .txt file in the Uppercase, and returned that file to the client.