如何使用Uploadify检查文件夹中是否已存在图像名称 [英] how to check image name already exist in folder using Uploadify

查看:75
本文介绍了如何使用Uploadify检查文件夹中是否已存在图像名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Uplodify在文件夹中上传图片.
它会上传重复的图像..意味着许多具有相同名称的图像
我只想上传文件一次..如果我下次再尝试,它将不上传我想这样做..

我该如何解决这个问题

帮帮我.. ???

I m using Uplodify for image upload..in a folder
it upload duplicate image..means many image with same name
i m want to upload file only one time..if i try next time it will nt upload i want to do this..

how can i solve this problem

help me..???

推荐答案

我假设您是指 [^ ]工具.
尽管这里有些可能正在使用Uploadify的人可以回答您的问题,但我建议您也将问题发布到他们的论坛 [ ^ ].这对我来说更有意义,因为1.您向使用该产品的开发人员社区提出了一个问题,并且2.您可以报告错误或建议对该工具进行可能的增强.
Im assuming you are referring to this[^] tool.
Although some people here who might be using Uploadify can answer your question, I suggest you also post your question on their forum[^]. This makes more sense for me since 1. You post a question to a community of developers who use the product and 2. You get to report bugs or suggest possible enhancements for the tool.


您好!

我恰好做到了.

在我使用的ASPx文件JavaScript代码中
Hi!

I did excactly this.

in my ASPx File JavaScript Code I use


(" span>).uploadify({ ' buttonClass':" ui-icon ui-icon-plus"' swf':' /web/uploader/uploadify.swf'' 上传器':' /web/uploader/Uploadify.ashx?ASPSESSID =<%= Session.SessionID%>'' cancelImage':' /web/uploader/uploadify-cancel.png'' 文件夹':' /上传"' multi': true ' auto': true ' checkExisting':' /web/uploader/Uploadify.ashx?check = true'' queueID':" UploadFilesQueue"' buttonText':' '' hideButton': true ' fileTypeExts':' *.*'' fileTypeDesc':' Alle Dateien'' onQueueComplete':函数(事件,数据) { }, 发布数据 : { " :
("#UPLOAD_BUTTON").uploadify({ 'buttonClass' : "ui-icon ui-icon-plus", 'swf' : '/web/uploader/uploadify.swf', 'uploader' : '/web/uploader/Uploadify.ashx?ASPSESSID=<% =Session.SessionID %>', 'cancelImage' : '/web/uploader/uploadify-cancel.png', 'folder' : '/uploads', 'multi' : true, 'auto' : true, 'checkExisting' : '/web/uploader/Uploadify.ashx?check=true', 'queueID' : "UploadFilesQueue", 'buttonText' : ' ', 'hideButton' : true, 'fileTypeExts' : '*.*', 'fileTypeDesc' : 'Alle Dateien', 'onQueueComplete': function(event,data) { }, postData : { "stepID" :


这篇关于如何使用Uploadify检查文件夹中是否已存在图像名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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