请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

x-admin引入webupload后select选择框不显示啊

正在回答 回答被采纳积分+3

2回答

提问者 慕码人2715352 2020-03-09 23:04:41

$list = $('#fileList'),

            // 浼樺寲retina, 鍦╮etina涓嬭繖涓€兼槸2

            ratio = window.devicePixelRatio || 1,


            // 缂╃暐鍥惧ぇ灏�

            thumbnailWidth = 100 * ratio,

            thumbnailHeight = 100 * ratio,


            // Web Uploader瀹炰緥

            uploader;


            var uploader = WebUploader.create({

                // swf文件路径

                swf: 'http://www.songcheng.xyz:8813/webuploader/Uploader.swf',


                // 文件接收服务端。

                server: 'http://www.songcheng.xyz:8813/admin/Image/index',


                // 选择文件的按钮。可选。

                // 内部根据当前运行是创建,可能是input元素,也可能是flash.

                pick: '#filePicker',


                // 只允许选择图片文件。

                accept: {

                    title: 'Images',

                    extensions: 'gif,jpg,jpeg,bmp,png',

                    mimeTypes: 'image/*'

                },

                // 不压缩image, 默认如果是jpeg,文件上传前会压缩一把再上传!

                resize: false

            });


0 回复 有任何疑惑可以回复我~
  • singwa #1
    您好。上传后 看看浏览器控制台 返回的 response是什么内容呢
    回复 有任何疑惑可以回复我~ 2020-03-09 23:05:16
singwa 2020-03-09 22:58:33

亲爱的同学您好。代码截图我看看把。

0 回复 有任何疑惑可以回复我~
  • 提问者 慕码人2715352 #1
    $list = $('#fileList'),
                // 浼樺寲retina, 鍦╮etina涓嬭繖涓€兼槸2
                ratio = window.devicePixelRatio || 1,
    
                // 缂╃暐鍥惧ぇ灏�
                thumbnailWidth = 100 * ratio,
                thumbnailHeight = 100 * ratio,
    
                // Web Uploader瀹炰緥
                uploader;
    
                var uploader = WebUploader.create({
                    // swf文件路径
                    swf: 'http://www.songcheng.xyz:8813/webuploader/Uploader.swf',
    
                    // 文件接收服务端。
                    server: 'http://www.songcheng.xyz:8813/admin/Image/index',
    
                    // 选择文件的按钮。可选。
                    // 内部根据当前运行是创建,可能是input元素,也可能是flash.
                    pick: '#filePicker',
    
                    // 只允许选择图片文件。
                    accept: {
                        title: 'Images',
                        extensions: 'gif,jpg,jpeg,bmp,png',
                        mimeTypes: 'image/*'
                    },
                    // 不压缩image, 默认如果是jpeg,文件上传前会压缩一把再上传!
                    resize: false
                });
    回复 有任何疑惑可以回复我~ 2020-03-09 23:05:29
  • 提问者 慕码人2715352 #2
    上传文件的实际路径却是这个啊:Request URL: blob:http://www.songcheng.xyz:8813/3cb3a86c-d0a6-4813-a3d9-dc6e02040e9c
    Request Method: GET
    Status Code: 200 OK
    Referrer Policy: no-referrer-when-downgrade
    回复 有任何疑惑可以回复我~ 2020-03-10 09:30:04
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信