php 在新浪sae storage中怎么使用程序中的ajaxFileUpload上传图片
我的程序是php的ajaxFileUpload,在本地可以上传,但是新浪sae不支持磁盘修改,那么就要用storage来保存图片,我不会用storage,这个上传代码应该...
我的程序是php的ajaxFileUpload,在本地可以上传,但是新浪sae不支持磁盘修改,那么就要用storage来保存图片,我不会用storage,这个上传代码应该怎么写?
展开
1个回答
展开全部
$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论坛,肯定有这方面的文章。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询