Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-delete option. #76

Open
upstreamsea opened this issue Jun 10, 2023 · 2 comments
Open

Add multi-delete option. #76

upstreamsea opened this issue Jun 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@upstreamsea
Copy link

Enhance the delete option to allow a delete all of w3d-* CSV files, or checkbox to delete selected files.

@JosephHewitt
Copy link
Owner

Hi,

Thanks for the suggestion. I like the idea and will investigate the best way to implement it.

@JosephHewitt JosephHewitt added the enhancement New feature or request label Jun 10, 2023
@ronaldstoner
Copy link

ronaldstoner commented Aug 21, 2024

To add on to this - I'd love the option to have it "auto-delete" the csv file after a successful WiGLE upload.

Edit: In the meantime I've been using this after the web interface loads as a short term fix for upload and large amount of file issues.

Upload:
for i in {1..1000}; do curl -X GET "http://[wardriverIP]/upload?fn=/wd3-$i.csv"; echo $i; done

Delete:
for i in {1..1000}; do curl -X GET "http://[wardriverIP]/confirmdelete?fn=/wd3-$i.csv"; echo $i; done

where 1000=maxfilenum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants