CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 22 Jul 2025 23:16:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100311054157
location: https://web.archive.org/web/20100311054157/https://github.com/elcgit/s3-swf-upload-plugin
server-timing: captures_list;dur=0.827918, exclusion.robots;dur=0.025947, exclusion.robots.policy;dur=0.011472, esindex;dur=0.015324, cdx.remote;dur=40.218851, LoadShardBlock;dur=213.126726, PetaboxLoader3.datanode;dur=72.601123
x-app-server: wwwb-app225
x-ts: 302
x-tr: 302
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 22 Jul 2025 23:16:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 11 Mar 2010 05:41:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "bd1b6bd8aa59535c50a95bcc9a172ab2"
x-archive-orig-x-runtime: 450ms
x-archive-orig-content-length: 27575
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 11 Mar 2010 05:41:57 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Feb 2009 21:53:05 GMT", ; rel="prev memento"; datetime="Sat, 06 Feb 2010 15:36:38 GMT", ; rel="memento"; datetime="Thu, 11 Mar 2010 05:41:57 GMT", ; rel="next memento"; datetime="Fri, 12 Mar 2010 09:51:14 GMT", ; rel="last memento"; datetime="Thu, 10 Jun 2010 10:01:00 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100310214327_crawl102-c/51_14_20100311053851_crawl101.arc.gz
server-timing: captures_list;dur=0.672711, exclusion.robots;dur=0.023568, exclusion.robots.policy;dur=0.010569, esindex;dur=0.016959, cdx.remote;dur=11.584558, LoadShardBlock;dur=293.063782, PetaboxLoader3.datanode;dur=140.762610, PetaboxLoader3.resolve;dur=151.776878, load_resource;dur=129.491290
x-app-server: wwwb-app225
x-ts: 200
x-tr: 520
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
elcgit's s3-swf-upload-plugin at master - GitHub
This service is courtesy of Pledgie.
elcgit / s3-swf-upload-plugin
- Source
- Commits
- Network (5)
- Issues (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A rails plugin which allow user upload files to S3 through an embedded flash directly. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Nov 20 11:15:07 -0800 2009 | Fixed Issue #7--UTC Time [hchoroomi] |
![]() |
MIT-LICENSE | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
README | Thu Feb 26 19:47:22 -0800 2009 | update README [Zhang Yuanyi] |
![]() |
Rakefile | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
crossdomain.xml | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
flex_src/ | Mon Apr 27 11:58:02 -0700 2009 | fix callbacks [Zhang Yuanyi] |
![]() |
generators/ | Fri Nov 20 11:15:07 -0800 2009 | Fixed Issue #7--UTC Time [hchoroomi] |
![]() |
init.rb | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
install.rb | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
lib/ | Mon Apr 27 11:58:02 -0700 2009 | fix callbacks [Zhang Yuanyi] |
![]() |
tasks/ | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
test/ | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
![]() |
uninstall.rb | Mon Nov 17 00:50:09 -0800 2008 | initial commit [Zhang Yuanyi] |
README
S3SwfUpload =========== S3SwfUpload allow user uploading a file to S3 directly, so you can save the cost of uploading process in your app server. Install ======= $ script/plugin install git://github.com/elcgit/s3-swf-upload-plugin.git Usage ======= 1. $ script/generate s3_swf_upload 2. configure amazon_s3.yml, and run below two tasks to create bucket and crossdomain.xml: $ rake s3:make_bucket $ rake s3:make_crossdomain 3. init s3_swf object: <%= s3_swf_upload_tag %> 4. when you click upload, your file will be upload to https://bucket.s3.amazonasw.com/s3_swf/ by default. 5. if you want to custom its behavior, here's a more complex example: <%= s3_swf_upload_tag(:width => 310, :height => 40, :success => 'alert("success");', :failed => 'alert("failed");', :selected => 'alert("selected");', :canceled => 'alert("canceled");', :prefix => 's3') %> Copyright (c) 2008 elctech, released under the MIT license