Manage Files

Organize and manage files and uploads in QwikTest

By default, QwikTest ships with an integrated File Manager. You can access the File Manager by log in to the admin account and select File Manager from the sidebar menu.

This action will open the File Manager in a new tab.

The File Manager will help you in:

  • Creating files

  • Creating folders

  • Copying / Cutting Folders and Files

  • Renaming

  • Uploading files (multi-upload)

  • Downloading files

  • Viewing images

It also ships with:

  • Audio player

  • Video player

  • Image cropper

Get the URL of a File

To get the URL of a file, select the file, right-click to open a context menu, and click on Properties from the context menu.

In the properties modal, click on the Get URL button to view the URL. You can copy the URL to the clipboard by clicking on the copy icon.

File Manager Limitations

Remember, moving or renaming files in the File Manager won't update the paths of any entities as they are stored in the database columns, and the file manager is nothing to do with the database. It only shows the files on your application disks.

You need to manually update the paths of entities whenever you rename or move the file. So be cautious.

E.g., If you give an audio file link for the question attachment as /path/audio/sample.mp3 in the question editor, you rename it as /path/audio/toefl.mp3 in the file manager. The file renames, but it won't update the audio link of the question. You need to edit the question and update the audio link with the new path.

Last updated