Versions in this module Expand all Collapse all v0 v0.4.1 Aug 24, 2022 Changes in this version + var TmpPrefix = "ae-" + cnst.VERSION + "-" + type File struct + File *os.File + Filename string + MimeType string + OrigName string + Size int64 + func NewFile(tmpdir string) *File + func (f *File) Clone(suffix string) (fl *File, err error) + func (f *File) Close() (err error) + func (f *File) Connect() (err error) + func (f *File) Create() (err error) + func (f *File) Disconnect() + func (f *File) LoadFromForm(ff multipart.File) (err error) + func (f *File) LoadFromUrl(url string) (err error) + func (f *File) Reopen() (err error)