EvilZone
Programming and Scripting => Web Oriented Coding => : hanorotu May 11, 2014, 04:44:39 AM
-
I need an upload script that uploads file to my server. Something secureish and free preferably. If not free, cheap. I only need the code lol, I will give credit where it is due.
-
Google should suffice... pretty much you just need a form for the upload which you can use authentication so the file/directory is behind a password, file type and size limits writable directory to upload the file with a blank index.html so people can't view what's in the directory.
I would give you my php apk upload script if I knew where it was... ande helped me with it so long ago
-
Herp... Derp...
I would give you my php apk upload script.... herp and derp....
PHP has nothing to do with apk unless it was with SL4A. Or I missed something with Apple. I am not saying you can't compile SL4A scripted shit into a .apk or anything, Can totally be done and python and php and javascript and many other including lua can be compiled into an apk,
IDK what is going on here, unless I am the dumb one and have only seen apk on mobile, the first part of sk.. er um/DeepCopy said is correct I do not deny. But in my experience, isn't apk mobile stuff?
Again not disagreeing, just if you google apk it comes up mobile stuff, is there something I'm missing?
-
I think he might have meant a PHP upload script designed for specifically handling APK files.
-
I'm just trying to do images and achives. lol. I may have found something. i am tweaking it now
-
I have written about multipart file upload with C++ and made an example PHP script to receive it all.
You can find the article and links here: https://evilzone.org/c-c/%28c%29-multipart-post-request-sender/
-
PHP has nothing to do with apk unless it was with SL4A. Or I missed something with Apple. I am not saying you can't compile SL4A scripted shit into a .apk or anything, Can totally be done and python and php and javascript and many other including lua can be compiled into an apk,
IDK what is going on here, unless I am the dumb one and have only seen apk on mobile, the first part of sk.. er um/DeepCopy said is correct I do not deny. But in my experience, isn't apk mobile stuff?
Again not disagreeing, just if you google apk it comes up mobile stuff, is there something I'm missing?
Yes I used to run an android site for android developers utilizing appinventor. For those purposes I made a php script that only allowed apks to be uploaded. So it would have been easy to modify it for images and archives.
Also keep in mind your file size should not exceed that which is set up in your php.ini