Gorilla Enterprises File Upload Service

Dr Lobster*
Posts: 2123
Joined: Sat 30 Aug, 2003 20.14

Image

for some reason, the upload service prevents anybody from uploading a file bigger than about 1.4 mb even though the script itself is set to allow 12mb uploads which means that those of you who have a video or mp3 which you want to share can't do it.

now there is an answer... the Gorilla Enterprises Upload Service File Splitter.

Splitting a File

first download the file splitter from the link below or my signature.

from the File menu select 'Split File...', select the file you want to break up and then click open.

you'll then be asked which folder you want to save the split files to. make your selection and click OK.

after a few moments your file will be split into chucks which can be uploaded via the service.


Joining a File

again, download the file splitter from the link below or my signature.

from the File menu select 'Join File...', select the downloaded file segments you want to join and select Open. this dialog box allows multiple selections - hold down the ctrl key and select all the file segments you want to join.

you'll then be asked where you want to save the combined file... make your selection and then click save.

after a few moments your file will be joined together in its original form.

INTERNET EXPLORER USERS

when saving a file which is named for instance sound1.mp3.0, ensure that when you save this file the extra .0 is appended on the end of the filename. you may have to rename the file once it has downloaded because internet explorer adds the extension onto the filename again.

Important

the number appended to the file is the order which they will be joined. if you rename them and get this wrong the file will be corrupt and won't save.


be aware that the upload service doesn't allow certain characters which windows does allow - before you split the files, rename them to something which you know will be accepted by the upload service (ie, no spaces etc)

that's it, enjoy! and any questions just ask!



Download Gorilla Enterprises Upload Service File Splitter
Download Source Code
Fireboy
Posts: 294
Joined: Tue 10 Feb, 2004 18.35
Location: Tyneside

I have a small criticism. Image.


:lol:
MarkN
Posts: 323
Joined: Fri 15 Aug, 2003 19.39
Location: South Wales

Fireboy wrote:I have a small criticism. Image.


:lol:
A cross-platform compatible-when-i-tested-it version chucked together quickly in Python (IIRC, a Python interpreter comes with Mac OS X):

Image
Image

Download (source)

Installation Instructions:
1. Download the file.
2. Note the path where the file was saved (e.g. /home/thetroll/)

Usage Instructions:
1. Open a terminal
2. cd to the directory containing the file you wish to split
3. Type
python /path/to/filesplitter.py -i inputfile.ext -s
to split
python /path/to/filesplitter.py -i outputfile.ext -j
to join (input files must have the same name as the output)

Anyone with more *NIX shell experience can do other wonderful things, like add the hash-bang line to the top of the file, put the program in their path, etc.

Note: You use this program at your own risk. It should work, but I haven't tested it very thoroughly. If it eats all your files or tries to attack your cat, don't blame me.

Any bugs? Tell me, or fix them yourself!
Want a pretty GUI? Write one yourself! :-D
Dr Lobster*
Posts: 2123
Joined: Sat 30 Aug, 2003 20.14

excellent work mark - thank you very much for that - i'll change the upload page so that there's a link to both of these.
Please Respond