Jump to content

Flash getting old. HTML5 for multiple uploads?


surinp3

Recommended Posts

Posted

Are there any plans on changing the advanced uploader from flash to HTML5?

Wondering since flash is getting old and not used as much as before and also HML5 is a much better option for the times to come.
Today flash is not directly supported by iOS nor Android anymore.

So... HTML5 instead?

Posted

It seems to be a common misconception that anything that can be done in Flash can also be done using HTML5, but this is not the case. While HTML5 does provide a way to facilitate multiple file uploads, Internet Explorer doesn't support it.

Posted

Internet Explorer doesn't support it.




Correct me if I'm wrong, but I believe that Internet Explorer on Windows 8 Metro/Windows 8 RT doesn't support Flash player except on certain sites (like Youtube)...
Posted

isn't an uploader (the file api )one of the specific items IE9 DIDN'T support?
seem to remember people having to mess around building html uploaders to force IE9 and lower to flash.

  • Management
Posted

I want to move to Plupload when we switch to jQuery so you'll be able to use HTML 5 uploading if that's what you want or let Plupload auto-guess the best for the browser (HTML5, Flash, Gears or Silverlight)

Posted

I want to move to Plupload when we switch to jQuery so you'll be able to use HTML 5 uploading if that's what you want or let Plupload auto-guess the best for the browser (HTML5, Flash, Gears or Silverlight)




Now thats more like it. :)
Posted

I want to move to Plupload when we switch to jQuery so you'll be able to use HTML 5 uploading if that's what you want or let Plupload auto-guess the best for the browser (HTML5, Flash, Gears or Silverlight)




Perfect :thumbsup:
Posted

I want to move to Plupload when we switch to jQuery so you'll be able to use HTML 5 uploading if that's what you want or let Plupload auto-guess the best for the browser (HTML5, Flash, Gears or Silverlight)




IPB will use jQuery instead of prototype? Perfect! Can't wait ;)
Posted

It seems to be a common misconception that anything that can be done in Flash can also be done using HTML5, but this is not the case. While HTML5 does provide a way to facilitate multiple file uploads, Internet Explorer doesn't support it.




Then, instead of trying to have the same functionnalities on all browsers, simply drop the multiple files upload on IE!

(for instance, some CSS features are only viewable by webkit & mozilla browsers, and that's perfectly fine!)
Posted

As long as I get to keep Flash as default since I still see HTML5 as a hipster gimmick.




A hipster gimmick in a way like HTML4 was to HTML3, yes. :D
Posted

Will IPB switch to jQuery for IPB 3.4?



As far as I'm concerned, the sooner the better...



I think 3.4 is going to be another iterative (small) release, so it's doubtful. The switch to jQuery is going to be a massive undertaking for them.
Posted

I think 3.4 is going to be another iterative (small) release, so it's doubtful. The switch to jQuery is going to be a massive undertaking for them.



Not necessarily. Both jQuery and Prototype/Scriptaculous libraries let you do basically the same things, only with a different API. It should be relatively straight forward to convert JS from using one library to the other. I've done this myself for several third-party scripts. If IPS has a programmer that knows both libraries and is good at JS programming, it should be a relatively quick job to do the conversion.

Since the JS is relatively isolated and not that large, I would recommend that IPS code for both libraries and have an option to use the jQuery version on some pages and the Prototype version on others. That is, have two files of JS, each doing the same things only coded for either jQuery or Prototype.

This way, IPB, by default, can use Prototype and they can have an admin option to use experimental jQuery (if available for the page and for those of us that are willing to test/use the jQuery version exclusively).

When the jQuery version is stable, IPB can make that the default for some future release.

Note that the transition doesn't have to be all or nothing. IPS could gradually provide jQuery versions of specific pages while falling back to the current versions, if jQuery version is not yet ready for primetime.
Posted

Not necessarily. Both jQuery and Prototype/Scriptaculous libraries let you do basically the same things, only with a different API. It should be relatively straight forward to convert JS from using one library to the other. I've done this myself for several third-party scripts. If IPS has a programmer that knows both libraries and is good at JS programming, it should be a relatively quick job to do the conversion.



Since the JS is relatively isolated and not that large, I would recommend that IPS code for both libraries and have an option to use the jQuery version on some pages and the Prototype version on others. That is, have two files of JS, each doing the same things only coded for either jQuery or Prototype.



Um... no. Running the two in parallel is not really an option. And I'm not sure if you've looked at the IP.Board JS libraries, but they're anything but simple and isolated. There's 635 KB of Javascript for the core applications alone (forums/members/calendar) amounting to some 24,000 lines of interdependent code, impacting just about every facet of the software.
Posted

I think 3.4 is going to be another iterative (small) release, so it's doubtful. The switch to jQuery is going to be a massive undertaking for them.



Um... no. Running the two in parallel is not really an option. And I'm not sure if you've looked at the IP.Board JS libraries, but they're anything but simple and isolated. There's 635 KB of Javascript for the core applications alone (forums/members/calendar) amounting to some 24,000 lines of interdependent code, impacting just about every facet of the software.




Not to mention the need to give modders a decent amount of heads up as to which version it is coming in (assuming they don't want to break any application that uses prototype in conjuction with the prototype libraries IP.Board ships with)
Posted

Not to mention the need to give modders a decent amount of heads up as to which version it is coming in (assuming they don't want to break any application that uses prototype in conjuction with the prototype libraries IP.Board ships with



interesting, I wonder if this may actually require running dual for a bit.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...