I have a upload script but since i need to upload files of 200mb with week connections i was thinking on splitting the file and then upload the several files, in the end it would reasemble...
Im new with windows server 2008 and ftp server.
I have a windows server 2008 wind ftp server and i cant seem to establish connection to upload file from my website,
also tryed to connect tru cmd...
Anyone knows why im having this error: Parse error: syntax error, unexpected $end in CODE on line 78 Errors parsing CODE
this code worked last week and now it just started to give this error.
Hi guys, i got this table that generates a X number of input boxes selected in a select, the strange thing is that i cant seem to put the input and write on the inputs, any idea why?
Hi guys, i have this script that uploads thru ftp, the upload is working now i need to make some verifications but im new to php i belive its something like this, can someone take a look?
if ficheiro <> "" then
Set ScriptObject = Server.CreateObject("Scripting.FileSystemObject")
Set MyFile = ScriptObject.CreateTextFile(pasta & nome_ficheiro)
For i = 1 to...
Hi, im trying to check the file size for http upload.
The upload is working fine but im having some dificulties with the filesize check, i belive theres no way to check that before the upload so i...
Hi all, im trying to make an ftp upload and i hear that the best way and the safest way was doing with binary and tru xml, is this true? Can anyone point me in the right path?