Search Result: upload
Why i should not use any file url thats is not uploaded in wapka
mario · Published on 2022-07-18 05:57:03 (2 years ago )
All you need to do is to upload the file into wapka filemanager or import the file into wapka filemanager by coping the url. check if the file is image and have a watermark website link do not use it dear developers. also see effect http://forum.wapka.org/view/34257/do-not-upload-copyrighted-content-to-wapka?q=do-not-upload-copyrighted-content-to-wapka&id=34257&uid=135624
comment
How to set file upload variable
mario · Published on 2022-07-18 05:43:50 (2 years ago )
Very easy but is the only permission key for you to edit file. without adding variable in file upload,then it seams the file doen't belongs to you anymore

<'set_var_width>...<'/set_var_width>
<'set_var_height>...<'/set_var_height>
<'set_var_description>...<'/set_var_description>
<'set_var_meta_content>upload<'/set_var_meta_content>
<'set_var_meta_type>...<'/set_var_meta_type>
comment
Do not upload copyrighted content to Wapka!
francisco · Published on 2022-03-14 17:12:43 (3 years ago )
I'm not the Wapka Admin and I don't know how they handle sites that host copyrighted content, but I recommend that you don't upload such files as it can cause serious problems for Wapka.
For example, the 4Webku platform had its domain suspended after the Admin received a DMCA on account of two websites that were sharing copyrighted content.
As far as I know, more than half of the websites on Wapka also share this type of content (such as music, images, audios, videos, etc).
I believe the Fair Use policy does not apply in this case, even if the sites explicitly say they are for educational purposes.
If we want to keep Wapka running for a long time, we must abide by the law, even if Wapka doesn't explicitly request it.

Long live Wapka!
comment
How to upload more folders at a same time in file manager.
prabhu · Published on 2022-01-17 15:08:42 (3 years ago )
How to upload more folders at a same time in file manager. Because I have large number of songs and upload with folders. 
comment
File uploader code style
Admin · Published on 2021-12-31 19:43:49 (3 years ago )
<br><br><br><center><div style="color:#fff; background-color:#0099ff; width:96%; border-radius:4px;">%notify% <font size="6" color="#fff"><b>Image Uploader</b></font><br><br>



<br/>%file%<br/><br>



<font size="4" color="#fff"><b>Description</b></font><br/>



%description%<br/><br>



<center>



<table w><tr>



<td><center><font size="4" color="#fff"><b>File Name</b></font><br/>



%var-name%</center></td>



<td><center><font size="4" color="#fff"><b>WA Number</b></font><br/>



%var-number%</center></td>



</tr></table></center>







<br/><br><br>



%submit% <br><br><br></div></center>







<style> input {



background:#e1e1e1;



height:;



width:94%;



color:#;



border:1px solid #bbb;



border-radius:4px;



padding:8px 0px 8px 0px;



margin:0px;}







textarea {



background:#e1e1e1;



height:;



width:94%;



color:#;



border:1px solid #bbb;



border-radius:4px;



padding:8px 0px 8px 0px;



margin:0px;}



</style>
comment
[HELP] Right Now Wapka Showing Unregistered User Uploading Files As Admin Uploading Files Fix This
sajeevscg · Published on 2021-11-29 11:13:40 (3 years ago )
#Now Unregistered user uploaded files shown as admin upload files, 

#So, i need change it to (GUST) Upload [Who upload files without register] 

#*Example Link[*Education Purpose*](http://statusload.wapka.xyz/download/243875/vid-20211111-wa0000)

#i cant edit download page Becouse
(*1.Lots of advanced tag used in download page.
*2.its totaly wast my time.
*3.use mobile to update site.)

#im using difrent directores to upload files for users and admins.

#right now i just creat a code👇

:VALUE(%dir%).IFIN(["00000","00000","00000",]).THEN(ADMIN_UPLOAD).ELSE(GUST_UPLOAD).OR.VALUE(%dir%).IFIN(["1111","1111","1111"]).THEN.DATA(#GET(username)#).ELSE.NONE;

#All (0000) is Admin upload dir
#All (1111) is user upload dir
#iAm send user from download page to user file page via https-example.com/userfile?userid=%id%&username=%username% format

*But its not wirking!
*#Any one have a better mind,idea to solve ma problum!




comment
how to replace user avatar with thumbnail when pic is not uploaded
mario · Published on 2021-11-13 12:11:55 (3 years ago )
if user have not upload avatar (picture) think of it.. his or her profile will look boring. suggest you code avatar

<*img>:VALUE(%avatar%).IFEQ().THEN(/thumbnail.png).ELSE(%avatar%);<*/img>

comment
olahypes user upload demo1648993754.png olahypes · Published on 2022-04-03 13:49:14 (3 years ago )



https://olahypes.com.ng/upload-file.html
olahypes user upload