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

Doesn't have support for File.slice #20

Open
RoyalIcing opened this issue Oct 23, 2012 · 2 comments
Open

Doesn't have support for File.slice #20

RoyalIcing opened this issue Oct 23, 2012 · 2 comments

Comments

@RoyalIcing
Copy link

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?

@AVapps
Copy link
Owner

AVapps commented Oct 24, 2012

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...

@vbarzana
Copy link

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

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

No branches or pull requests

3 participants