AJ
I used fileImporter and got local URL to image then I am getting data for URL like the following let _ = fileUrl.startAccessingSecurityScopedResource() let file = try Data(contentsOf: fileUrl) fileUrl.stopAccessingSecurityScopedResource() then I am uploading the data to my server and getting URL and displaying that in my ImageView if that helps