Remote upload tutrial needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remote upload tutrial needed

    can any of u wud teach the remote upload tutorial in here??

    or any video tutorial for this?

    do share
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    #2
    why dont you just find the script here and see how it works in that ?

    Comment


      #3
      wen i do search in script forum i didnt get right topic.. can u refer any threads?
      This is my new community for wap coding. Come and join and experience real wap coding
      http://leonine.6te.net

      Comment


        #4
        Originally posted by leonine View Post
        wen i do search in script forum i didnt get right topic.. can u refer any threads?
        you want to upload a file from remote site to your site, or you want to upload a file from your site to remote site?

        if a file from remote site to your site use this:

        PHP Code:
        $file file_get_contents('http://coding-talk.com/images/icons/icon7.png');
        file_put_contents("folder/smiley.png"$file); 
        Advertise your mobile site for FREE with AdTwirl

        Comment


          #5
          Any security checks?

          Added after 3 minutes:

          Personally I don't support url uploads. I actuallyow very few uploads on my sites.
          Last edited by frostymarvelous; 08.01.11, 21:32.
          Perfection comes at a cost



          I accept liberty!

          Comment


            #6
            if u are on a free hosting, maybe they don't allow you to upload remote files using copy or file get and put contents, but if they allow u to use curl, u may create a function to get the content of a remote file using curl and then write it in a file using fopen with its appropriate extension..
            My Blog: http://jhommark.blogspot.com
            My Facebook: http://www.facebook.com/jhommark
            My Official Site: http://www.undergroundweb.tk
            My Community Site: http://undergroundwap.xtreemhost.com

            Comment


              #7
              i need tutorial by examples.. pls do help
              This is my new community for wap coding. Come and join and experience real wap coding
              http://leonine.6te.net

              Comment

              Working...
              X