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

DropZoneField not dependent on BaseUrl #28

Open
tholzheim opened this issue Feb 23, 2022 · 2 comments
Open

DropZoneField not dependent on BaseUrl #28

tholzheim opened this issue Feb 23, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tholzheim
Copy link
Owner

dropzone = DropZoneField(id="files", url="/api/upload/series", uploadId="upload",configParams={'acceptedFiles': ".ods, .xlsx"})

@tholzheim tholzheim added the bug Something isn't working label Feb 23, 2022
@tholzheim tholzheim self-assigned this Feb 23, 2022
@WolfgangFahl
Copy link
Collaborator

This does not fix the problem for the widget but only in this project.

@WolfgangFahl
Copy link
Collaborator

I have added an upstream issue. The goal is that relocating a server should not influence the behavior when the DropZoneField is used. I have not been using the DropZoneField yet in my own projects because of this issue which is a pitty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants