I am trying to upload an image/video to the server. If I do it with the code below:
let task = URLSession.shared.uploadTask(with: request, fromFile: fileURL)