php 在新浪sae storage中怎么使用程序中的ajaxFileUpload上传图片

我的程序是php的ajaxFileUpload,在本地可以上传,但是新浪sae不支持磁盘修改,那么就要用storage来保存图片,我不会用storage,这个上传代码应该... 我的程序是php的ajaxFileUpload,在本地可以上传,但是新浪sae不支持磁盘修改,那么就要用storage来保存图片,我不会用storage,这个上传代码应该怎么写? 展开
 我来答
帐号已注销
2015-09-16 · TA获得超过268个赞
知道小有建树答主
回答量:437
采纳率:0%
帮助的人:273万
展开全部
$this->_sae_storage = new SaeStorage();
$save_file = $this->_s_write( $this->upload_path.$this->file_name, $new_data);
protected function _s_write($file_path, $file_data)
{
$tmp_index = strpos( $file_path , '/' );
$return = $this->_sae_storage->write( substr($file_path,0,$tmp_index) , substr($file_path,$tmp_index+1) , $file_data );
//write_log($return.'123');
return $return;
}

我从我的代码 截取了这么一点  应该可以从中找到你有用的东西。活着你到SAE论坛,肯定有这方面的文章。

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式