its basic django image file upload process form. image model using imagefield class. have custom display button on default upload button displays name of image side of it. need able grab name of file can display user. i've tried check input field jquery selector, nothing changes when file has been selected. searched page of html file name , nothing returned.
of course, needs done before image has been submitted after has been selected. appreciated.
thank you.
imagefield inherits filefield methods , attributes. take in similar question filefield:
Comments
Post a Comment