ShadowUploader
I may be a little caffeine deprived this morning- can you clarify WHERE the uploaded files will be saved? Can this be controlled? I didn't see a global variable or did I miss something?
View RepliesI may be a little caffeine deprived this morning- can you clarify WHERE the uploaded files will be saved? Can this be controlled? I didn't see a global variable or did I miss something?
View RepliesThe code for ShadowUploader works great for me when I have it on a page by itself. My problem arises when I try to add other buttons. The “Upload” button still works but the other buttons act like just another “Upload” button. What am I overlooking?
<% Option Explicit
Response.Expires = -1000' Make browser not cache pg.
Response.Buffer = True' Buffer content so Response.Redirect will work.
%>
<!-- #include file="~incl/ShadowUploader.asp" -->
<!--#include file="~incl/~config.asp"-->
<!--#include file="~incl/jpsutility.asp"-->
<!--#include file="~incl/menu.asp"-->
<!--#include file="~incl/misc.asp"-->
...............
I have a slight problem with ShadowUploader. I am using a script clsUpload for uploading my file. That script doesn't have Image dimension property in it. Thats why I am using ShadowUploader just to check whether the file uploaded is image or not and to limit the dimensions of the image. The code is working fine but it is messing with the other script. Following is the code....
View Replies View Relatedi have no probs with the script, it works fine, but i want to be able to upload an image aswell as data (text) from the same page, i've had probs trying to do this as i get an error, cn't remember the error.
View Replies View RelatedRequest object error 'ASP 0104 : 80004005'
Operation not Allowed
/ShadowUploader.asp, line 56
Any idea why this error is returned.
It worked fine a few times, with simple .html files I was uploading.
Then I tried a zip file. and got the error.
When i try to upload a file it comes back with this error!
Why is this?
found 1 files...
file name: back.gif
file type: image/gif
file size: 82
image width: 16
image height: 16
Microsoft VBScript runtime error '800a0034'
Bad file name or number
/ShadowUploader.asp, line 280
I am using Shadowuploader script, I would like to rename the uploaded file.
View Replies View RelatedI’m using ShadowUploader and it works flawlessly in the “localhost” environment. When I brought it to the web I’m getting an error Code:
View Replies View Related