Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoAdmin Users Feedback 👨🏻‍💻👩🏻‍💻 #71

Open
chenhg5 opened this issue Oct 16, 2019 · 5 comments
Open

GoAdmin Users Feedback 👨🏻‍💻👩🏻‍💻 #71

chenhg5 opened this issue Oct 16, 2019 · 5 comments
Labels
🤩discussion discussion some topics

Comments

@chenhg5
Copy link
Collaborator

chenhg5 commented Oct 16, 2019

We appreciate you support if you or your organization is using GoAdmin. You are welcome to leave replies about your product and organization here, which could became the confidence of maintiners, communication and undecided watchers. And we may display your use case in our README.md and homepage if you allow.

Recommended reply format:

- Product:
- Company or Organization: (if ok)
- Link: (if ok)
- Screenshot: (if any)

此处用于收集 GoAdmin 的社区用户的使用案例,如果你在你的公司/组织或个人项目中使用了GoAdmin,欢迎在此留言。你的反馈会给社区成员更多信息和更强的信心。同时我们会将您的使用案例放在我们的README.md或官网主页,如果您觉得可以的话。

推荐回复格式:

- 产品:
- 公司或组织:(如果可以)
- 链接:(如果可以)
- 截图:(如果可以)

无关回复会定期删除。

@chenhg5 chenhg5 added the 🤩discussion discussion some topics label Oct 16, 2019
@chenhg5 chenhg5 pinned this issue Oct 16, 2019
@mocongxi
Copy link

mocongxi commented Jun 14, 2020

按照文档开发增加七牛云上传引擎,根本没回调

func (q QiNiuUploader) Upload(form *multipart.Form) error {
    // 接收一个表单类型,这里实现上传逻辑
    // 这里调用框架的辅助函数
    file.Upload(func(*multipart.FileHeader, string) (string, error){
        // 这里实现上传逻辑,返回文件路径与错误信息
    }, form)    
}

这个函数压根没回调

@erehw
Copy link

erehw commented Nov 21, 2022

产品:业务管理后台
公司:
截图:
image

@saidwho12
Copy link

Hi, first I would like to be greateful for the big work you guys have put in this project, I have only been using this for a day after trying other libraries like ponzu and doing a custom admin panel but I found this the most polished and easy to work with. I was getting checksum mismatch issue when trying to go get github.com/GoAdminGroup/go-admin@latest or go install github.com/GoAdminGroup/go-admin. I ended up just starting from the example instead. Now I'm at a point where I added everything I need for cars except I am looking to add multiple images for each vehicle instead of just a thumbnail which I can't figure out how to do. If you can help me I will really appreciate it.

Product : used vehicle and vehicle parts sale website
Company: HDMET AUTOS
Link: https://hdmetautos.ca
Images:
image

image

@saidwho12
Copy link

What I would love is if I was able to crop the image before upload, or having constraints on the image like minimum and maximum size, I would also like to be able to upload multiple images easily and maybe even a mp4 file short video, though that might be tricky to implement.

@saidwho12
Copy link

Also, I would love to be able to filter files by extension I'm not sure it's possible because the documentation is very sparse. For example I want to add a constraint on a form.File field to only open images ".png.jpg.jpeg.tga.tiff" like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤩discussion discussion some topics
Projects
None yet
Development

No branches or pull requests

5 participants
@erehw @chenhg5 @mocongxi @saidwho12 and others