Home » Wapka Codes 2021 » In File manager there is no option to move file from one category to other category..
prabhu 3 years ago |
In File manager there is no option to move file from one category to other category.. Plz solve this issue
comment |
Recent Comments (6)
francisco | 3 years ago |
Using the new Wapka Dashboard (https://wapka.org) it is indeed not possible to move files from one Folder to another (I think you meant Folder when you said "Category").
To be able to move files using the File Manager, you must use the old Wapka Dashboard (https://m.wapka.org).
To be able to move files using the File Manager, you must use the old Wapka Dashboard (https://m.wapka.org).
reply |
mario | 3 years ago |
code: if imgurl is submitted in desired folder then lets remove file from A folder totally. :VALUE(%notify%).IFEQ(Success).THEN.GOTO(#delete); in these process your total url should be /pagename/?imgurl=http://site.com/folder/file.png&Bdir=4356&imgname=nature_world_maple&imgid=12345
Now set css to display secret div that delete file without clicking any button again < style> #delete {display:none;} #delete:target {display:block;} < /style>
config. < id>:GET(imgid);< /id>
code: < div class="delete" id="delete"> :GOTO(%delete%); div> < /file lister>
Now set css to display secret div that delete file without clicking any button again < style> #delete {display:none;} #delete:target {display:block;} < /style>
code: < div class="delete" id="delete"> :GOTO(%delete%); div> < /file lister>
reply |
mario | 3 years ago |
To move file from A folder to B folder you need to make some function like :VALUE(%var(category)%).IFNE(%dirname%).THEN().ELSE(file: %name% etc); when uploading the file in dir folder like 2354 - images but want to move it to 4356 - pictures then code edit file for auto submit and redirect to pictures folder our settled config. is < upload>:GET(imgurl);< /upload> < dir>:GET(Bdir);< /dir> < name>:GET(imgname);< /name>
Dont think your file var data is going to come back again.
Dont think your file var data is going to come back again.
reply |