Welcome Guest, Not a member yet? Register   Sign In
File Uploader
#1

[eluser]NateL[/eluser]
I wrote a file sharing script for our company to use. We use it to upload files and then dispatch e-mails to our clients with download links to download the files.

Some of our files are big. We've successfully uploaded 1-2 gig files using this really nice app called Uber Uploader.

I need something with that same functionality where it gives a progress bar and displays the upload status, upload speed, estimated finish time, etc. Uber Uploader handles this very well.

Is it difficult to take an existing application that is programmed in a traditional procedural manor and program it into a CI application?

I've seen FilePanda and tested it out, and it looks great for the progress bar, but it's not open source is it?

Also, I found the XtraFile and XtraUpload, but I haven't seen any recent updates or progress reports - I'm thinking that may be what I'm looking for, but it does me no good if it never gets released Sad

any other ideas or suggestions?

Would it be possible to use a progress bar with the FTP class?
#2

[eluser]NateL[/eluser]
Just bumping this up... Thanks for any help Smile
#3

[eluser]OES[/eluser]
SWF Upload does the same thing.

Its in the wiki.

http://codeigniter.com/wiki/SWFUpload/

Hope that helps.
#4

[eluser]NateL[/eluser]
Awesome Thanks! I think this will work!
#5

[eluser]bugboy[/eluser]
swf upload is great but it still has the same restrictions on file size to upload depending on your server set up. So if your sever has a post max size of 2mg then you'll still only be able to upload 2mg.

xupload uses peal and uploads your file in chunks then joins it back up once upload has completed.

Just my two pennies worth

http://www.sibsoft.net/xupload.html
#6

[eluser]NateL[/eluser]
mmm chunks..... me likey :-)




Theme © iAndrew 2016 - Forum software by © MyBB