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.

Archive /

Our old forums are still available as a read-only archive.

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

Status update / New features for uploading files.


Go to End


5 Posts   2097 Views

Avatar
mateusz

Google Summer of Code Hacker, 27 Posts

29 July 2007 at 10:20am

I have just added SWFUpload library as default way of uploading files, if flash player is not installed old upload appears. SWUpload allowed me to add upload progress bar, canceling during upload and new file explorer with ability to select many files.

Happily I was able to implement this only in JS so no PHP has been changed.
All code is in r39654(jsparty) and r39365(cms).

SWFUPload homepage: http://swfupload.mammon.se

Our version comes from: http://linebyline.blogspot.com/2007/07/swfupload-revision-6-release.html

I’ve recorded short demo: http://www.ii.uj.edu.pl/~ujma/upload/upload.htm

You can check it also here http://test.silverstripe.com/mujma (admin/password)

I would love to get feedback about it.

Avatar
Willr

Forum Moderator, 5523 Posts

29 July 2007 at 10:35am

wicked man that looks really nice. It seems to work perfectly for me too :D

Avatar
Sam

Administrator, 690 Posts

1 August 2007 at 10:27am

Looking good!

How are you progressing with:

* Allowing upload of files when inserting an image, or inserting a link to a download
* Allowing setting up of a lightbox / greybox pop-up from within the WYSIWYG editor
* Improving image insertion

Avatar
Tim

Community Member, 201 Posts

1 August 2007 at 10:28pm

This is looking good, well done :-)

Avatar
Sean

Forum Moderator, 922 Posts

1 August 2007 at 10:37pm

Nice!