Code Monkey home page Code Monkey logo

imguploadsystemdemo's Introduction

MultiGraphUploadDemo

项目介绍

多图片上传(可拖动排序)系统基于jquery fileupload 插件开发,后台使用php进行数据接收。支持同时上传多张图片,多张图片之间可随意拖动调整位置;支持jpg、gif、png格式上传,建议使用尺寸800x800像素以上、大小不超过1M的正方形图片,上传后的图片将会自动保存。

可用于商城开发中商品多图片的商城,或者其他需要进行多图上传的系统。

软件架构

软件架构说明

.
│
├── album								//图片资源库
│   ├── album_cover_default.png			//默认覆盖图
│   ├── default_goods_image_240.gif		//默认图片
│   └── uoload_ing.gif					//上传进度
│
├── demo								//系统效果图
│   └──  效果图.png						//效果图
│
├── js									//系统js插件库
│   ├── ajax_file_upload.js
│   ├── drag-arrange.js
│   ├── jquery-1.8.1.min.js
│   ├── jquery.fileupload.js
│   └── jquery.ui.widget.js
│
├── uploads								//上传文件
│   └── ......							//所有上传的文件
│
├── index.html							//系统项目入口文件
├── upload.php							//项目后台代码文件
│
└── README.md

效果展示

效果图 系统效果图

imguploadsystemdemo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.