Forum - File & Image Uploader

English (Global) => Requests => Completed => Topic started by: tiraroma on 16-01-2017, 04:47:33

Title: [OK] do not have enough query server
Post by: tiraroma on 16-01-2017, 04:47:33
Hi
it would be very convenient if the program itself could need to upload

http://fs5.directupload.net/images/170116/mcqesesj.jpg
http://fs5.directupload.net/images/170116/wd5n2pha.jpg
json or xml or your format
http://fs5.directupload.net/images/170116/vjejkfn5.jpg

array -
'profile'=>'can'
'file'=>array(
             'D:\zip\test1.rar'


it is thus possible to automate the process of uploading previously deleted files hosts
Title: Re: do not have enough query server
Post by: z_o_o_m on 16-01-2017, 16:19:18
Hi,
I quite don't understand what you want to do.

Those "Events" in settings just call other stuff (notification to program or web). It does not control process of upload.
If you want to add files into upload queue and upload (automate your work) using such web requests, you have to use "Web control" feature.

Mail me for details.
Title: Re: do not have enough query server
Post by: tiraroma on 17-01-2017, 01:19:57
when the program starts, send the request to the server response in json format which contains the profile and the local address of the file, put them to download automatically
(implemented at the end of the work sends a post request is)

the quality of translation is poor :(

-------------------------------------------------------------------------
напишу на русском так как пока найду переводчика пройдет время
представьте себе наличие архивов более 20 000 работать с таким количеством крайне затруднительно, ваша программа экономит время, но у нее есть и свои недостатки
средствами php я могу проверить доступны ли файлы на серверах и составить список отсутствующих в любом формате (json, xml ....) предоставив ответ "профиль" и локальное положение файла (D/rar/test.rar) все что нужно это провести загрузку и дать ответ (что уже реализовано в разделе Events)


Title: Re: do not have enough query server
Post by: z_o_o_m on 17-01-2017, 16:48:52
It is hard to understand.

Again:
Events will send request to your server.
Web Conontrol - send requests to File Uploader.

start program -> send requests to your server with "Events" -> your server will send requests to File Uploader via WebControl (HTTP + json) -> add files

It is NOT possible with Events.
Title: Re: do not have enough query server
Post by: z_o_o_m on 24-01-2017, 20:29:06
Contact me via e-mail if you are interested in automation of the process.