Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

UPload Field with progressbar at frontend


Go to End


4 Posts   1231 Views

Avatar
khanhdeux

Community Member, 13 Posts

28 November 2013 at 6:30am

Dear silverstripe team,
i have an urgent project that i have to upload videos to my server but i need to extend the UPloadField at the frontend with progressbar so users can see the progress. I tried to integrate the code from backend with some ajax and javascripts but not successful.

class AdvancedUploadField extends UploadField {

}
It would be really grateful if someone can give me an example of this . Thanks

Avatar
khanhdeux

Community Member, 13 Posts

28 November 2013 at 6:47am

and without the flash in uploadify

Avatar
khanhdeux

Community Member, 13 Posts

28 November 2013 at 8:55am

And i am using ss3 so normally uploadify didnot work and my customers dont allow us to use flash any solution?

Avatar
Craftnet

Community Member, 58 Posts

5 December 2013 at 2:33am

I think, if you write this yourself from the beginning will be less of a problem because of what I know is a frontend upload is still not finished.

If yout want I can send later sample code with for upload + update mysql for upload files.