![]() | 1 cooiky 2012-11-07 13:53:05 +08:00 frame |
2 flylee2011 OP @cooiky frame ? 能具体点儿吗 需要跨域吗 |
![]() | 3 NemoAlex 2012-11-07 14:10:34 +08:00 这个问题与又拍云无关 表单提交是肯定要刷新页面的 如果要求主页面不刷新,可以在 iframe 里刷新或者使用 Flash 上传 |
![]() | 4 KiseXu 2012-11-07 23:10:11 +08:00 ajax 搜索下plupload |
![]() | 5 zhouhanqin 2012-11-08 10:45:05 +08:00 2428594643可以加我,我给你回答,嘿嘿 |
![]() | 6 lfeng 2012-11-08 10:47:47 +08:00 使用又拍云的Form API做无刷新上传的话,现在比较推荐的做法是使用flash上传组件,比如 swfupload |
![]() | 7 welsonla 2012-11-08 10:48:35 +08:00 @zhouhanqin 周总理么 |
![]() | 8 lfeng 2012-11-08 10:49:09 +08:00 附上 swfupload 的项目地址,不过貌似需要爬墙 http://code.google.com/p/swfupload/ |
![]() | 9 404 2012-11-08 13:47:44 +08:00 楼主可以试试七牛云存储,API 和 SDK 比较全。 比如就有楼主需要的标准 HTML 表单上传的 API:http://goo.gl/VRSri 还有现成的 php+swfupload 上传示例程序可以 run https://github.com/qiniu/php5.3-sdk-example https://github.com/qiniu/php5-sdk-example |
![]() | 10 fay 2012-11-08 15:34:22 +08:00 |
![]() | 11 zuroc 2012-11-08 15:41:46 +08:00 swfupload 在ie9下有bug 用我ppt里面的js代码就可以了 |
12 flylee2011 OP 好的,非常感谢大家 |
![]() | 13 chaojie 2012-11-19 13:33:21 +08:00 @flylee2011 swfupload加载时会让浏览器卡住,可能我使用的有问题。所以我现在是用的iframe的方式,js定时向服务器查询文件是否上传成功。然后页面瞬间就能打开了。 |
14 flylee2011 OP @chaojie 嗯,iframe,谢谢~ |
![]() | 15 whistle 2012-11-19 16:01:17 +08:00 貌似都不支持大文件(比如20M)上传 |