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

The fallback form should send the files via AJAX as well. #23

Closed
2 tasks
enyo opened this issue Feb 6, 2013 · 15 comments
Closed
2 tasks

The fallback form should send the files via AJAX as well. #23

enyo opened this issue Feb 6, 2013 · 15 comments
Assignees

Comments

@enyo
Copy link
Collaborator

enyo commented Feb 6, 2013

  • Check which browsers support the current upload form
  • Provide the current fallback (without AJAX) for the browsers that don't (if any)
@ghost ghost assigned enyo Feb 6, 2013
@enyo enyo mentioned this issue Feb 6, 2013
@SimoneTaliercio
Copy link

Ahi ahi... me too I would be greatly supported if the fallback FORM would upload through AJAX.
Unfortunately (?) I'm in a "Web Desktop Application" which is difficult to "keep and restore" its status after a refresh.

Any suggestion how to achieve a file(s) upload through the fallback form without switching page after clicking "submit" ?

Thanks a ton for the help! :_)

@ux-engineer
Copy link

This issue is 6 months old, @enyo where are you on implementing AJAX fallback?

@arcovoltaico
Copy link

It's really an important issue, not being able to falling back to an AJAX classic file-type input for IE8 when JS is available. With this addition your plugin would be a no-brainer ;) Cheers!

@ux-engineer
Copy link

Yes please, I agree @arcovoltaico! I have implemented a basic fallback that is IE8 proof but it was a whole lot of work. For example there was some quirk in the way IE8 handled some certain request data, I don't recall here what it was to be more specific.

I think my Dropzone implementation & customization took around 40-50 hours with cross-browser compatibility testing. Dropzone is awesome but I would really like see it developed further – or backwards ;)

@arcovoltaico
Copy link

Maybe it's time for a @Envisio fork, isn't it? ;)

@enyo
Copy link
Collaborator Author

enyo commented Dec 20, 2013

I hear you. I'll try to make it part of the next release.

@ux-engineer
Copy link

My code is far from polished as I'm not a plugin developer. I can share you my code though if it helps you with building a more awesome Dropzone release :) You may drop me an email for that, the address is shown in my profile page.

@arcovoltaico
Copy link

Really nice!! Thanks to both. I'll try to contribute when get more experience with this piece of cake ;)

@timhartmann
Copy link

Can you post an example how did you set your fallback?

@andreas-stricker
Copy link

any news? is the fallback trough ajax possible?

@enyo
Copy link
Collaborator Author

enyo commented Dec 16, 2014

Not yet. I'll find some time during my christmas holidays to work on it.

@mahnunchik
Copy link

+1

2 similar comments
@Vodzo
Copy link

Vodzo commented Jan 28, 2015

+1

@simik-ru
Copy link

+1

@madebycambiamentico
Copy link

since there's no news about, i think one could load a fallback script - always for example - like with a jquery call $.getScript("jquery.form.js"), $.getScript("my-custom-ajax-fallback.js")...

@enyo enyo closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants