Thread: Uploadfile();?
View Single Post
  #1  
Old 04-07-2012, 08:49 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Uploadfile();?

Does this function work serverside?
I have a system in which you can upload files to a webserver then on the server it gets all the files by doing requesturl on a php script.
It then has a for loop which gets all the files and is supposed to upload them.
It just returns: Script: Function uploadfile not found at line 15 in script of UploadSystem.
Any idea's?

Edit: I have done some research.
My question is now: Is it possible to upload a file from a URL to a GServer?

I have tried
PHP Code:
//#CLIENTSIDE
function onCreated(){
  
Upload();
}
function 
Upload(){
  
requestText("folder""PERSONAL");
  
uploadfile("http://www.wr3ckless.net/corinthia/uploads/shop_hatshop.nw");

aswell, with no luck.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion

Last edited by Gunderak; 04-07-2012 at 10:09 AM..
Reply With Quote