Hi,
I have been using the ‘attach’ type to upload a file to the document. Till I did a ‘bench update’ today, it was working properly by uploading it as ‘private/files/’. Later I get the full path using function frappe.get_site_path(). However after today’s updates:
- The file is getting uploaded to public folder instead of private
- The upload is not very reliable. ie it only works sometimes
I am wondering whether any of the recent change has broken this feature…