[GH-ISSUE #1118] Embedding tinyfilemanager in website #718

Closed
opened 2026-03-02 16:01:00 +03:00 by kerem · 2 comments
Owner

Originally created by @focussing on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1118

Hello!

Your work is great! Thank you for this project.
I added tiny filemanager in a website according this:

<div v-if="selectedTab == 3">
    <object
        class="w-full h-screen border-none border-blue-300"
        type="text/html"
        data="/php/tinyfilemanager.php/"
        style="overflow: auto"></object>
</div>

Now the problem is that the upload functionality is not working anymore.
It is working great when I directly open the url to tinyfilemanager.php.
How can I fix this?

I am working with Vue3, and I did read your "embedding" chapter in the documentation, however I cannot get that to work.

Best regards!
Hope to hear from you soon.

Originally created by @focussing on GitHub (Dec 4, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1118 Hello! Your work is great! Thank you for this project. I added tiny filemanager in a website according this: ``` <div v-if="selectedTab == 3"> <object class="w-full h-screen border-none border-blue-300" type="text/html" data="/php/tinyfilemanager.php/" style="overflow: auto"></object> </div> ``` Now the problem is that the upload functionality is not working anymore. It is working great when I directly open the url to tinyfilemanager.php. How can I fix this? I am working with Vue3, and I did read your "embedding" chapter in the documentation, however I cannot get that to work. Best regards! Hope to hear from you soon.
kerem closed this issue 2026-03-02 16:01:00 +03:00
Author
Owner

@focussing commented on GitHub (Jan 10, 2024):

Hello! Could you take a look at my question please?

<!-- gh-comment-id:1884425050 --> @focussing commented on GitHub (Jan 10, 2024): Hello! Could you take a look at my question please?
Author
Owner
<!-- gh-comment-id:1884804232 --> @prasathmani commented on GitHub (Jan 10, 2024): https://github.com/prasathmani/tinyfilemanager/issues/762#issuecomment-1086912996 #281
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#718
No description provided.