CodeIgniter Forums
i Need your advices guys - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: i Need your advices guys (/showthread.php?tid=35478)



i Need your advices guys - El Forum - 10-30-2010

[eluser]7amza[/eluser]
hey guys
im preparing to code a new big project , so i need your advices guys maybe someone done projects like that ;
so the project is a Uploading & sharing website ..
so the two big problem is :
wich is the best uploading library to use? (with progress bar and multiupload ..)
wich is the best download library to use? (with speed limit for some users and unlimit for premium users like rapidshare) .
thanks.


i Need your advices guys - El Forum - 10-31-2010

[eluser]7amza[/eluser]
none can advice me?


i Need your advices guys - El Forum - 10-31-2010

[eluser]7amza[/eluser]
up?!


i Need your advices guys - El Forum - 10-31-2010

[eluser]tonanbarbarian[/eluser]
to handle multiple uploads and progress bar you will have to do to either flash or java
you would then need to integrate that with the ci upload class

have no idea if anyone has come up with throttling download library for ci but you could check in the wiki


i Need your advices guys - El Forum - 11-01-2010

[eluser]smilie[/eluser]
I would also suggest not to use PHP only for this.
Perl, java, flash... are all better handling file uploads / downloads.

There are some tries with PHP in combination with JS / Ajax but I find then rather difficult.

I would therefore suggest PHP form template which upon submit calls Perl script in 'background' or such.

Cheers,
Smilie