hi,
In my page,I am having an uploader and button.
when user selects upload, the file has to upload (one or more files).
and click on the button,I want to save it in the database.
can u provide a sample project that implements this .
common principles
user select files, upload them (select more files, upload more files…)
files stored on server side, php (jsp, asp) return status for each file, success or not and id (name)
based on this status myForm.getItemValue() or myForm.getFormData() will return ids for uploaded files
hi,
I am able to save the selected file in database,but when I am clicking “upload” button,
selected file is displaying in red color with “0%”.It is not showing displaying progress of “100%”.
I have implemented like,