Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Request should go into Requests section
Bug reports should go into Bug reports section


Name:
Email:
Subject:
Message icon:

Verification:
Human verification ... What is the name of my program? File & Image ********?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: dzid_
« on: 09-12-2011, 04:03:43 »

The first files who start the FileUploader are working.
But the next files do nothing if the program are running.
This doesn't happen to me. Even if FileUploader is already running files are added and uploaded.

What I would like to see, though, is more command line options, like: upload, queue, upload without confirmation dialog, upload with specified profile. That would be really nice.
Posted by: DrSniper
« on: 21-09-2011, 17:29:46 »

I know how i have to do this.

The first files who start the FileUploader are working.
But the next files do nothing if the program are running.
Posted by: z_o_o_m
« on: 14-09-2011, 18:17:55 »

FileUploader.exe "C:\file.rar" ...
Posted by: DrSniper
« on: 14-09-2011, 18:10:52 »

yes you see it over your poste !!

How i should do it ?
Posted by: z_o_o_m
« on: 14-09-2011, 09:24:22 »

but you have to add FULL PATH
Posted by: DrSniper
« on: 14-09-2011, 06:28:48 »

But not if the Program are running before you are using this command:
E:\Fileuploader.exe %Datei%.part1.rar %Datei%.part2.rar

%Datei% is my variable

Here are my screenshots:
newbielink:http://picload.org/view/igwplp/1.jpg.html [nonactive]
In this screen i put the file(s) with a batch file to the FileUploader.
After i klick the green Button "häckchen"
newbielink:http://picload.org/view/igwpcg/2.jpg.html [nonactive]
And now you see, nothing in the area to upload!!
Posted by: z_o_o_m
« on: 13-09-2011, 13:36:46 »

it works fine
- dialog for files opens
- it starts uploading
Posted by: DrSniper
« on: 12-09-2011, 17:51:52 »

OK thx You are the Best!!!
Posted by: z_o_o_m
« on: 12-09-2011, 17:04:46 »

I will check that
Posted by: DrSniper
« on: 12-09-2011, 16:59:40 »

The Window where i add the files opened, but if i accept, no files will be uploaded.
Posted by: DrSniper
« on: 12-09-2011, 06:14:30 »

It don´t work !!

really !!!

Das Fenster zum hinzufügen der Files öffnet sich, aber es werden keine Dateien dem Hauptfenster hinzugefügt und dann hochgeladen.
Posted by: z_o_o_m
« on: 11-09-2011, 17:48:51 »

this should work
Posted by: DrSniper
« on: 11-09-2011, 00:02:57 »

I have this Problem too!

I use the Version 6.0.7
I think the Problem are fixed?
Posted by: z_o_o_m
« on: 20-06-2011, 11:10:38 »

will be fixed ;)
Posted by: guest420
« on: 06-06-2011, 04:05:23 »

I use the program very simply in cmd :

C:/FileUploader.exe "%1"

Up until now it would launch ZooM if not already running and upload the file specified by %1.
Now it only works when ZooM was not running already.

For example if you create a batch file with these lines,

"C:/Fileuploader.exe" "C:/test.rar"
"C:/FileUploader.exe" "C:/test2.rar"

only test.rar will be uploaded if ZooM was not running in the first place...
neither will upload if ZooM was already open and running :(

The only way it works is if you close ZooM after every file uploadeed....and thats just silly.

Any ideas? Fixes?