Css not not wroking after then i upload my backup file - laravel-8

when i upload my backup file for laravel website then show nothing perfact bad interface whats the reasionShow the picture

Related

How can I set a file upload function?

I am creating an SAPUI5 WebApp with an file upload function. I try this example from SAPUi5 Explored: sap.m.sample.UploadCollection
I try with my trial account in SAP WebIDE to set the upload function ( Upload Collection)
The issue is, not allowing to upload a file in the project folder or local desktop folder.
If I upload a file it appears but i can't open it and I get a 405 HTTP
error.
Any Ideas, what the problem is?
like you see already in your posts comments, you need a backend for this task. The UploadCollection control is only usable with a backend in the background which receives the transmitted file from the control.
On the page https://sapui5.hana.ondemand.com/#/api/sap.m.UploadCollection you see
This control allows you to upload single or multiple files from your devices (desktop, tablet or phone) and attach them to the application
while you can replace "application" with "receiving backend"
Indipendent of this may I allowed to ask where do you think the file should be uploaded when not to a backend system? I mean when you choose a file from your local storage it doesn't make any sense to upload it again to your local storage?!

Apache server not able to download file having copy as file name

In a web application user has provision to upload a files to the server which can be downloaded and viewed in future. We have to maintain the file name same as that it was uploaded for future downloads.
When a user uploads a file name having copy as a file name like Copy_template.xls the Apache server throws 403 error, but if we rename the file by removing copy they are able to download. How to fix this?

How to prevent uploading any file with htaccess

A hacker has found a way to upload a shell on our website :(
I have 3 question:
Is there a way to find out from where he uploads that shell?
How can I deny uploading (or creating) any file with htaccess?
Can a hacker upload a shell via a form without any "file" field?
Thanks

how to upload file more than 500mb at server using php

Please any one tell me how to upload file more than 500mb, because i am uploading file less than 500mb (like 470mb or 430mb). It's working fine but when upload 600mb 700mb file then show error.
My php.ini settings are:
upload_max_filesize=2048M
post_max_size=2048M
max_execution_time=3000 (50 minutes)
memory_limit=1024M
File read is 100% but when goes to write then shows error.I don't know where is the problem.

Permission setting for uploading only mp3 files from backend of typo3

I am using typo3 7.6.11. I need to upload only mp3 files from backend through filelist module. I have created a new folder which is outside of the fileadmin directory called Medias/. Is there any setting or configuration in typo3 allowing the upload of only mp3 files other than the fileDenyPattern in the install tool?
Thanks in advance.