UEditor上傳圖片到七牛雲儲存(c#)

來源:互聯網
上載者:User

標籤:

我們的網站一般放在虛擬空間或者伺服器上,圖片如果存在本地目錄,會佔用很多空間和流量,還增加了負擔,好的辦法是把圖片存放到雲儲存服務裡面,平時用url去拿

雲儲存:普遍說又拍雲和七牛比較好,看到七牛免費額度很大,網上評價也挺好的,我就選了七牛

編輯器:我用的是百度的UEditor編輯器,之後需要修改一些的開放的類和js檔案

下面寫一下c#版本的修改方法(java版本在下一篇)

 

一、整合UEditor1、在項目中加入UEditor

在UEditor的下載頁,可以下載到最新的1.4.3.3 .Net版本(UTF-8)

把解壓出檔案夾放進項目

2、添加Newtonsoft.Json.dll引用

項目 -> 引用 -> 添加引用,找到UEditor\net\Bin\Newtonsoft.Json.dll添加引用

3、將UEditor嵌入頁面

建立一個頁面,內容是:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UEditorPage.aspx.cs" Inherits="NetImgUpload.UEditorPage" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <title>UEditor上傳圖片到七牛(.net)</title>    <script src="/UEditor/ueditor.config.js" type="text/javascript"></script>    <script src="/UEditor/ueditor.all.js" type="text/javascript"></script></head><body>    <form id="form1" runat="server">    <div>        <script type="text/plain" id="editor" name="editContent" style="width:600px; height:300px;"></script>        <script type="text/javascript">            var ue = UE.getEditor(‘editor‘);        </script>    </div>    </form></body></html>
4、運行效果

最後的檔案目錄:

頁面的運行效果:

 

二、整合七牛sdk

 

三、上傳圖片到七牛

 

四、設定圖片尺寸

 

五、加入相簿

 

UEditor上傳圖片到七牛雲儲存(c#)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.