Togarda
New Member
- Joined
- Mar 31, 2010
- Messages
- 96
- Reaction score
- 3
Could you tell me how I disable the uploading?
it keeps telling me
blank still pops something, prefer to keep the log clean
u only have to set a // at the beginning of row 94 and 95
this:
Upload(path + file, ftpServerAdress, ftpUserName, ftpPassword);
Upload(path + "screen.jpg", ftpServerAdress, ftpUserName, ftpPassword);
into this:
//Upload(path + file, ftpServerAdress, ftpUserName, ftpPassword);
//Upload(path + "screen.jpg", ftpServerAdress, ftpUserName, ftpPassword);