You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionScript 3 does not support reading file slices. So it would be possible to emulate this method (either in actionscript or javascript), however the whole file would be read by Flash...
Hi Jadrien, very nice tool you have created for the community, right now I am working on a file uploader jWebSocket based and I need exactly splitting the file for sending via WebSocket, did you find any solution for that? I am still working on it, so, as I need to do it asap I find a solution I will tell you.
Best regards, Victor
File.slice would be a really handy addition so whole files don't have to be uploaded – instead you can focus on smaller slices at a time.
See this for an example of File.slice:
http://www.html5rocks.com/en/tutorials/file/dndfiles/#toc-slicing-files
I am an experienced coder, but don't have much actionscript knowledge. Would this be possible?
The text was updated successfully, but these errors were encountered: