Skip to content

Instantly share code, notes, and snippets.

View luc0's full-sized avatar
👾

Luciano Pérez luc0

👾
  • Buenos Aires, Argentina
View GitHub Profile
@ahmadmarafa
ahmadmarafa / FileUpload.js
Created August 24, 2019 12:11
antd fileupload on form submit
import React, { Component } from 'react'
import { Upload, Form, Icon } from "antd";
const formItemLayout = {
labelCol: {
xs: { span: 24 },
sm: { span: 5 },
},
wrapperCol: {
xs: { span: 24 },
sm: { span: 18 },