zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 (edited) where here is the thing i base64 encode a 300kb file, so it'll become larger, but sendable next i send about 200 characters per packet. but it still takes about 1 or 2 minutes for the reciever to get the file by internet. maby anyone knows a better way to get file ready for transmission ? Edited August 8, 2006 by zeroZshadow *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
evilertoaster 4 Posted August 8, 2006 Share Posted August 8, 2006 Humm, why are you base64 encoding it?Anyways i just send the whole thing at once and recive it, it usaully doesnt matter what the packet size is in my experiance but i think i use 10,000 or somthing.You can look here for my a snippet from my file send/rec script to see for yourself-http://www.autoitscript.com/forum/index.php?showtopic=26539 Link to post Share on other sites
themax90 2 Posted August 8, 2006 Share Posted August 8, 2006 That shows the simple restrictions of file uploading. It's most likely your ISP has an upload limit of 20kb/s. Link to post Share on other sites
zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 i see that repnull stuff, but isn't there a simple and clean UDF for ?? since i think its pretty unclear *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
evilertoaster 4 Posted August 8, 2006 Share Posted August 8, 2006 That shows the simple restrictions of file uploading. It's most likely your ISP has an upload limit of 20kb/s.Was that at me? dont' get it....i see that repnull stuff, but isn't there a simple and clean UDF for ??since i think its pretty unclearI have never understood the issue with the repnull stuff...i have never had that problem. Link to post Share on other sites
zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 (edited) i have an upload speed of 50kb/s like my friend. but still 20 kb/s should be more then enough to send that file fast. wadda ya mean evil toaster ??? u do know u can't send files with NULL chars in it, do ya ? Edited August 8, 2006 by zeroZshadow *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
evilertoaster 4 Posted August 8, 2006 Share Posted August 8, 2006 wadda ya mean evil toaster ??? u do know u can't send files with NULL chars in it, do ya ?Why not?.... i've been sending files with that filesender i posted all the time with no problems. Link to post Share on other sites
zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 wtf ?? i thought it wasn't possible to send null chars :| *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 (edited) nvm, stupid post Edited August 8, 2006 by zeroZshadow *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
evilertoaster 4 Posted August 8, 2006 Share Posted August 8, 2006 (edited) It checks if the demetions are SMALLER than $i+$z...it would have to be LARGER for it to have at least that many (and then +1 for 'fence post' errors) Edited August 8, 2006 by evilertoaster Link to post Share on other sites
zeroZshadow 0 Posted August 8, 2006 Author Share Posted August 8, 2006 jup, just found out, stupid post *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip... Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now