Hello, I am trying to delete a file from a database. I have created a button to delete current cell’s file. I tried with a delete a thing and delete an uploaded file but it is not working. What is happening is when I click the button:
- If I didn’t open the file, it shows an error “XML something”. If I opened the file, it will open in the new tab, it is just it didn’t been deleted. Most probably because it is cached in my browser. But is there a way to delete it from the cached data?
- In the file manager, 2 out of 5 files, the preview were showing an error or unknown file which means it is somehow it is deleted, but the file should be deleted completely from the file manager. But it seems there are many people facing this problem when deleting their files. It is a bug so I sent a bug report but no response yet from bubble @eve
- In the app data, the file url is still linked to the post (attached) their link and their name is still shown in the database
Since the file can’t be deleted from the file manager and that is why their link and name is still shown in the database, is there a way to delete/remove/make it disappear from the repeating group. I tried to display the data in a popup, but I can’t make it work for a reason.