spiderwell Posted May 19, 2011 Share Posted May 19, 2011 Hey all, I done some research and can only seem to find solutions that involve a java applet in the browser to break up the files into parts, does anyone else know of any other pure php solutions to uploading large files and using chunks? cheers Quote Link to comment https://forums.phpfreaks.com/topic/236853-uploading-files-in-chunks/ Share on other sites More sharing options...
anupamsaha Posted May 19, 2011 Share Posted May 19, 2011 File chuck should be done in the client side before it goes to server. So, PHP might not be an ideal solution for this. Quote Link to comment https://forums.phpfreaks.com/topic/236853-uploading-files-in-chunks/#findComment-1217500 Share on other sites More sharing options...
spiderwell Posted May 19, 2011 Author Share Posted May 19, 2011 yeah I am realising this as i research further, looks like ia need a flash or java solution. best 'out the bag' one I can find is www.plupload.com Quote Link to comment https://forums.phpfreaks.com/topic/236853-uploading-files-in-chunks/#findComment-1217503 Share on other sites More sharing options...
anupamsaha Posted May 19, 2011 Share Posted May 19, 2011 http://www.plupload.com is really promising. Go ahead and use it. Let us know how it works. Quote Link to comment https://forums.phpfreaks.com/topic/236853-uploading-files-in-chunks/#findComment-1217506 Share on other sites More sharing options...
spiderwell Posted May 19, 2011 Author Share Posted May 19, 2011 i will , so far so good, got it working locally. the bit need to do next is link it to a database to store info there. Quote Link to comment https://forums.phpfreaks.com/topic/236853-uploading-files-in-chunks/#findComment-1217523 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.