auto upload
am 01.03.2007 06:03:48 von bedul
this might a strange code i request, plz forgive my rudeness.
everyday i was update a doc where i always put on d:\report\today.xls where
i use a simple upload document prog (inside only box for upload only? and
submit). the file i upload will save on file folder (inside the upload
folder)
today i want to skip that procedure.. i want to build this web where i open
the site (http://server-e/upload/index.php) then click the button/submit..
this button will triger action where i will upload the d:\report\today.xls
file "without using browse/file input".
can u help me?? i do know about the unsafe that metodh.. thx for your
attention.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: auto upload
am 01.03.2007 15:05:14 von Bastien Koert
What about just writing a batch script that opens the ftp services and sends
the file?
Bastien
>From: "bedul"
>To: ,
>Subject: [PHP-DB] auto upload
>Date: Thu, 1 Mar 2007 12:03:48 +0700
>
>this might a strange code i request, plz forgive my rudeness.
>
>everyday i was update a doc where i always put on d:\report\today.xls where
>i use a simple upload document prog (inside only box for upload only? and
>submit). the file i upload will save on file folder (inside the upload
>folder)
>
>today i want to skip that procedure.. i want to build this web where i open
>the site (http://server-e/upload/index.php) then click the button/submit..
>this button will triger action where i will upload the d:\report\today.xls
>file "without using browse/file input".
>
>can u help me?? i do know about the unsafe that metodh.. thx for your
>attention.
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
____________________________________________________________ _____
Your Space. Your Friends. Your Stories. Share your world with Windows Live
Spaces. http://spaces.live.com/?mkt=en-ca
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: auto upload
am 01.03.2007 15:05:14 von Bastien Koert
What about just writing a batch script that opens the ftp services and sends
the file?
Bastien
>From: "bedul"
>To: ,
>Subject: [PHP-DB] auto upload
>Date: Thu, 1 Mar 2007 12:03:48 +0700
>
>this might a strange code i request, plz forgive my rudeness.
>
>everyday i was update a doc where i always put on d:\report\today.xls where
>i use a simple upload document prog (inside only box for upload only? and
>submit). the file i upload will save on file folder (inside the upload
>folder)
>
>today i want to skip that procedure.. i want to build this web where i open
>the site (http://server-e/upload/index.php) then click the button/submit..
>this button will triger action where i will upload the d:\report\today.xls
>file "without using browse/file input".
>
>can u help me?? i do know about the unsafe that metodh.. thx for your
>attention.
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
____________________________________________________________ _____
Your Space. Your Friends. Your Stories. Share your world with Windows Live
Spaces. http://spaces.live.com/?mkt=en-ca
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-WIN] RE: [PHP-DB] auto upload
am 01.03.2007 19:33:42 von Austin Gruenweller
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I too think this would be the best way to do that.
Unless you secured your page well you could open yourself up to
something you might not like.
Bastien Koert wrote:
> What about just writing a batch script that opens the ftp services and
> sends the file?
>
> Bastien
>
>
>> From: "bedul"
>> To: ,
>> Subject: [PHP-DB] auto upload
>> Date: Thu, 1 Mar 2007 12:03:48 +0700
>>
>> this might a strange code i request, plz forgive my rudeness.
>>
>> everyday i was update a doc where i always put on d:\report\today.xls
>> where
>> i use a simple upload document prog (inside only box for upload only? and
>> submit). the file i upload will save on file folder (inside the upload
>> folder)
>>
>> today i want to skip that procedure.. i want to build this web where i
>> open
>> the site (http://server-e/upload/index.php) then click the
>> button/submit..
>> this button will triger action where i will upload the
>> d:\report\today.xls
>> file "without using browse/file input".
>>
>> can u help me?? i do know about the unsafe that metodh.. thx for your
>> attention.
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> ____________________________________________________________ _____
> Your Space. Your Friends. Your Stories. Share your world with Windows
> Live Spaces. http://spaces.live.com/?mkt=en-ca
>
- --
_ _ _
|_|@|_| Good order is the foundation of all things.
|_|_|@| http://php.uat.edu/~ausgruen/
|@|@|@| Public key available on pgp.mit.edu
¯ ¯ ¯
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
iD8DBQFF5xyGWqsILSLH8toRAra/AJ4/pVNkmhQYMhjJ9DQ3QVz3HXh1/QCf baBC
Wfr4nWsdm9LeaNGVYOsYCPk=
=D8Dh
-----END PGP SIGNATURE-----
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-WIN] RE: [PHP-DB] auto upload
am 01.03.2007 19:33:42 von Austin Gruenweller
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I too think this would be the best way to do that.
Unless you secured your page well you could open yourself up to
something you might not like.
Bastien Koert wrote:
> What about just writing a batch script that opens the ftp services and
> sends the file?
>
> Bastien
>
>
>> From: "bedul"
>> To: ,
>> Subject: [PHP-DB] auto upload
>> Date: Thu, 1 Mar 2007 12:03:48 +0700
>>
>> this might a strange code i request, plz forgive my rudeness.
>>
>> everyday i was update a doc where i always put on d:\report\today.xls
>> where
>> i use a simple upload document prog (inside only box for upload only? and
>> submit). the file i upload will save on file folder (inside the upload
>> folder)
>>
>> today i want to skip that procedure.. i want to build this web where i
>> open
>> the site (http://server-e/upload/index.php) then click the
>> button/submit..
>> this button will triger action where i will upload the
>> d:\report\today.xls
>> file "without using browse/file input".
>>
>> can u help me?? i do know about the unsafe that metodh.. thx for your
>> attention.
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> ____________________________________________________________ _____
> Your Space. Your Friends. Your Stories. Share your world with Windows
> Live Spaces. http://spaces.live.com/?mkt=en-ca
>
- --
_ _ _
|_|@|_| Good order is the foundation of all things.
|_|_|@| http://php.uat.edu/~ausgruen/
|@|@|@| Public key available on pgp.mit.edu
¯ ¯ ¯
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
iD8DBQFF5xyGWqsILSLH8toRAra/AJ4/pVNkmhQYMhjJ9DQ3QVz3HXh1/QCf baBC
Wfr4nWsdm9LeaNGVYOsYCPk=
=D8Dh
-----END PGP SIGNATURE-----
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: auto upload
am 02.03.2007 11:13:51 von bedul
----- Original Message -----
From: "Bastien Koert"
To: ; ;
Sent: Thursday, March 01, 2007 9:05 PM
Subject: RE: [PHP-DB] auto upload
> What about just writing a batch script that opens the ftp services and
sends
> the file?
>
> Bastien
hmm.. that was a good idea..
is that using php?? or i should use desktop programing?? i better use php
since this php milis right..
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: auto upload
am 02.03.2007 14:22:29 von Bastien Koert
You could use php+gtk to write it that way, but a simple batch file is the
best bet since you could then use task scheduler to run this batch file at
scheduled times.
Just google dos batch files
bastien
>From: "bedul"
>To: "Bastien Koert"
>CC:
>Subject: Re: [PHP-DB] auto upload
>Date: Fri, 2 Mar 2007 17:13:51 +0700
>
>
>----- Original Message -----
>From: "Bastien Koert"
>To: ; ;
>
>Sent: Thursday, March 01, 2007 9:05 PM
>Subject: RE: [PHP-DB] auto upload
>
>
> > What about just writing a batch script that opens the ftp services and
>sends
> > the file?
> >
> > Bastien
>hmm.. that was a good idea..
>is that using php?? or i should use desktop programing?? i better use php
>since this php milis right..
>
____________________________________________________________ _____
http://local.live.com/default.aspx?v=2&cp=43.658648~-79.3839 62&style=r&lvl=15&tilt=-90&dir=0&alt=-1000&scene=3702663&cid =7ABE80D1746919B4!1329
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: auto upload
am 02.03.2007 18:50:08 von Micah Stevens
--------------090608060704050003050503
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I think I remember seeing scheduled FTP transfer capability with a
couple of backup programs that exist. I uninstalled the one I used, and
I don't remember the name, but it worked well enough. Might be worth a
google if you don't want to mess with non-gui stuff. (although, console
work is like exercise.. it doesn't sound that appealing, but once you
start doing it, you will crave more..)
Bastien Koert wrote:
> You could use php+gtk to write it that way, but a simple batch file is
> the best bet since you could then use task scheduler to run this batch
> file at scheduled times.
>
> Just google dos batch files
>
> bastien
>
>
>> From: "bedul"
>> To: "Bastien Koert"
>> CC:
>> Subject: Re: [PHP-DB] auto upload
>> Date: Fri, 2 Mar 2007 17:13:51 +0700
>>
>>
>> ----- Original Message -----
>> From: "Bastien Koert"
>> To: ; ;
>>
>> Sent: Thursday, March 01, 2007 9:05 PM
>> Subject: RE: [PHP-DB] auto upload
>>
>>
>> > What about just writing a batch script that opens the ftp services and
>> sends
>> > the file?
>> >
>> > Bastien
>> hmm.. that was a good idea..
>> is that using php?? or i should use desktop programing?? i better use
>> php
>> since this php milis right..
>>
>
> ____________________________________________________________ _____
> http://local.live.com/default.aspx?v=2&cp=43.658648~-79.3839 62&style=r&lvl=15&tilt=-90&dir=0&alt=-1000&scene=3702663&cid =7ABE80D1746919B4!1329
>
>
--------------090608060704050003050503
Content-Type: text/plain; charset=us-ascii
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--------------090608060704050003050503--
Re: auto upload
am 04.03.2007 04:37:24 von Haydar TUNA
Hello,
I have got a very interesting answer. I built an exe program with
Delphi or other Visual Programming. In this program, I use WebBrowser API.
With this API, I use your secure file upload program. then I call this exe
program from task manager. In this way, you can auto uplaod file everytime:)
--
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net
""bedul"" , haber iletisinde sunlari
yazdi:00b701c75bbf$0584aa10$670b1e0a@mis01...
> this might a strange code i request, plz forgive my rudeness.
>
> everyday i was update a doc where i always put on d:\report\today.xls
> where
> i use a simple upload document prog (inside only box for upload only? and
> submit). the file i upload will save on file folder (inside the upload
> folder)
>
> today i want to skip that procedure.. i want to build this web where i
> open
> the site (http://server-e/upload/index.php) then click the button/submit..
> this button will triger action where i will upload the d:\report\today.xls
> file "without using browse/file input".
>
> can u help me?? i do know about the unsafe that metodh.. thx for your
> attention.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: auto upload
am 04.03.2007 04:37:24 von Haydar TUNA
Hello,
I have got a very interesting answer. I built an exe program with
Delphi or other Visual Programming. In this program, I use WebBrowser API.
With this API, I use your secure file upload program. then I call this exe
program from task manager. In this way, you can auto uplaod file everytime:)
--
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net
""bedul"" , haber iletisinde sunlari
yazdi:00b701c75bbf$0584aa10$670b1e0a@mis01...
> this might a strange code i request, plz forgive my rudeness.
>
> everyday i was update a doc where i always put on d:\report\today.xls
> where
> i use a simple upload document prog (inside only box for upload only? and
> submit). the file i upload will save on file folder (inside the upload
> folder)
>
> today i want to skip that procedure.. i want to build this web where i
> open
> the site (http://server-e/upload/index.php) then click the button/submit..
> this button will triger action where i will upload the d:\report\today.xls
> file "without using browse/file input".
>
> can u help me?? i do know about the unsafe that metodh.. thx for your
> attention.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php