Im working on my own version of soundclick with my own changes.
A few things have come to my attention
1) Is there a way of uploading songs faster then copy() and
2) Is there a way of showing how much % of the file is uploaded on a seperate small window that refreshes like on soundclick.
my version of soundclick
Moderator: General Moderators
-
rapaddict_dot_com
- Forum Commoner
- Posts: 27
- Joined: Tue Mar 16, 2004 4:54 pm
-
rapaddict_dot_com
- Forum Commoner
- Posts: 27
- Joined: Tue Mar 16, 2004 4:54 pm
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
Well that's not true. FTP uploads are usualy quicker than HTTP.
So if the upload was to occur over an FTP connection, and then after a script can transfer it from the FTP location to the http folder, it might speed up the process a bit.
FTP was built for File transfers, yet a lot of people still use HTTP (built for text transmission) for uploading/downloading sites.
So if the upload was to occur over an FTP connection, and then after a script can transfer it from the FTP location to the http folder, it might speed up the process a bit.
FTP was built for File transfers, yet a lot of people still use HTTP (built for text transmission) for uploading/downloading sites.