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

Allow Users to Specify File Name in URL #27

Closed
hootanht opened this issue Jan 3, 2024 · 0 comments
Closed

Allow Users to Specify File Name in URL #27

hootanht opened this issue Jan 3, 2024 · 0 comments
Assignees
Labels
archive Inactive or irrelevant issues, closed for historical reference backend Issues related to the server-side or backend functionality of the project bug Indicates an unexpected problem or unintended behavior

Comments

@hootanht
Copy link
Collaborator

hootanht commented Jan 3, 2024

Currently, there is a limitation where users cannot specify the file name directly in the URL. This feature request aims to enhance user flexibility by allowing them to include the desired file name in the URL when accessing or manipulating files.

Proposed Implementation:

Introduce a parameter or syntax in the URL structure that enables users to define the file name. For example:

https://example.com/path/to/file?filename=myfile.txt

Expected Behavior:

  • Users should be able to include the desired file name as part of the URL.
  • The system should recognize and process the specified file name when handling file-related operations.

Use Case:

This enhancement is particularly useful for scenarios where users need to share specific files directly through URLs or customize the file name during request processes.

Additional Considerations:

  • Ensure compatibility with existing URL structures.
  • Implement proper validation to prevent potential security risks.
  • Provide clear documentation on the supported syntax for specifying file names in the URL.
@hootanht hootanht self-assigned this Jan 3, 2024
@hootanht hootanht added the bug Indicates an unexpected problem or unintended behavior label Jan 3, 2024
@hootanht hootanht added this to the V0.2 milestone Jan 3, 2024
@hootanht hootanht added the backend Issues related to the server-side or backend functionality of the project label Jan 3, 2024
@hootanht hootanht moved this to Ready in CS System Board Jan 20, 2024
@Ali-Sdg90 Ali-Sdg90 added the archive Inactive or irrelevant issues, closed for historical reference label Jun 1, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in CS System Board Jun 1, 2024
@Ali-Sdg90 Ali-Sdg90 removed this from the v0.2 milestone Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archive Inactive or irrelevant issues, closed for historical reference backend Issues related to the server-side or backend functionality of the project bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants