Skip to content

Instantly share code, notes, and snippets.

@bkiu
Created August 23, 2014 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkiu/0148798241fafa10e312 to your computer and use it in GitHub Desktop.
Save bkiu/0148798241fafa10e312 to your computer and use it in GitHub Desktop.
@frappe.whitelist()
def upload_photo(:
if getattr(frappe, "uploaded_file", None):
print(frappe.uploaded_file)
else:
# Always prints "no file here"
print("no file here")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment