BackLoad在生产中出错(上传后未找到) [英] Error with BackLoad In production(Not found after upload)

查看:251
本文介绍了BackLoad在生产中出错(上传后未找到)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在我的网站上添加了回载插件,它在开发环境中运行良好,但是进入生产我得到了以下错误,



打印屏幕可以在这里找到



printscreen



未找到



他似乎上传了文件,但写的却有问题,



有人会把我放在正确的方向



继承我的配置文件



Hi,

I added the backload plugin to my site and it worked perfectly in dev environment, but going in to production I get the folowing error,

printscreen can be found here

printscreen

Not Found

He seems to upload the file but has problems writing it,

could someone put me in the right direction

heres my config file

<backload storageContext="Filesystem" enableIntegratedHandler="true" webFilesRoot="" uniqueFileNames="false" keepOrgFileNames="false" getInclSubFolders="true" returnExtraInfo="basic" plugin="JQueryFileUpload" deleteUrlPattern="{Backload}" filesUrlPattern="{url}" thumbsUrlPattern="{url}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:name="urn:backload-schema" xsi:noNamespaceSchemaLocation="Web.Backload.xsd" >

      <fileSystem filesRoot="~/Files" usersRoot="" objectsRoot="" copiesRoot="" />
      <database assemblyName="" dbContext="" entitySetName="" primaryKeyName="ID" />
  
      <security forceObjectContext="false" allowAnonymous="true" allowedDownloadRoles="*" allowedUploadRoles="*" allowedDeleteRoles="*" />     
      <images width="1024" height="768" dpi="96" canvasColor="#ffffffff" forceImageType="none" resizeMode="none" maxFileSize="0" />     
      <thumbnails path="_thumbs" width="80" height="60" dpi="96" canvasColor="#ffffffff" resizeMode="place" imageType="image/png" />     
      <clientFiles scripts="~/Scripts/FileUpload/" styles="~/Content/FileUpload/css/" />
      <cacheManager lastModified="false" etag="false" expires="0" location="ServerAndPrivate" mustRevalidate="true" />
      <extensionsManager enabled="false" incomingRequest="true" authorizeRequest="true" getFilesRequest="true" storeFileRequest ="true" deleteFilesRequest="true" outgoingResponse="true" pipelineException="true" />
      <contentTypes thumbnailPath="~/Content/Backload/content-types/" thumbnailSize="64" useThumbnailCanvas="true">
      </contentTypes>
    </backload>

推荐答案

不幸的是,这对你来说可能有点晚了,但我想在这里注意到这一点,因为它在网站或演示中并不十分清楚。我刚刚发现有一些功能只在付费版本中可用。



这些功能在开发中有效但不是生产 - 你需要检查 github repo的配置部分 [中的配置target =_ blanktitle =New Window> ^ ] backload(配置部分) [ ^ ]看看它们是否被指定为只有付费版本(许可证),它们将被标记为:[默认:文件系统, Pro / Enterprise ]。



我不能肯定地说,但可能是您使用的某些功能仅适用于付费版本。请参阅Backload FAQ 一切都在本地但不在生产服务器 [ ^ ]了解详情。
Unfortunately this may be a little late for you but I wanted to note this here because it is not made very clear on the site or in the demos. I just found out that there are some features that are only available in the paid versions.

These features work in development but not production - you need to check the Confguration section of the github repo[^] in the backload (configuration section)[^] to see if they are designated as only available with a paid version (license), where they will be marked like this: [Default: "Filesystem", Pro/Enterprise].

I can not say for sure, but it may be the case that you were using some features only available in paid versions. See the Backload FAQ Everything works locally but not on the production server[^] for details.


这篇关于BackLoad在生产中出错(上传后未找到)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆