- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
So I've set
I'm wondering if there is a pre-defined tag (similar to xf:textboxrow, xf:selectrow etc) which builds the UI for allowing a user to upload a file.
Or does it have to be done via the plain old
Also since this form will be part of the addon, what is the recommended place to store it? I'm thinking of storing the file on the filesystem and putting the path of the file in the database.
Are...
upload="true"
on the form tagI'm wondering if there is a pre-defined tag (similar to xf:textboxrow, xf:selectrow etc) which builds the UI for allowing a user to upload a file.
Or does it have to be done via the plain old
input type="file"
tag?Also since this form will be part of the addon, what is the recommended place to store it? I'm thinking of storing the file on the filesystem and putting the path of the file in the database.
Are...
نام موضوع : Upload image file via <xf:form />