|
Search
You searched for the word(s): upload'A=0
Showing page 185 of 656 (6,557 total posts)
< 1 second(s)
-
Hi
Thanks for the reply.
It seems to have corrected itself now. I had been trying a few similar controls, and after i had removed all the references from the project/page etc to the others, the problem seemed to go away. Was odd as only the references remained, no imports, actual use of other controls etc. Anyhow, that is ...
-
Hi thing i have the same problem. I am working whit aspedit in a website backoffice , but i dont have user management table which contains the all the regular users and admins. To protect de page i just use this
<%If Request.cookies(''autenticacao'')(''anome'') <> ''teste'' or _Request.cookies(''autenticacao'')(''asenha'') <> ...
-
Thanks for the reply, Adam!
I went ahead and specified that property, but it is behaving somewhat strangely. Each user's document upload folder is several levels deep. Here's an example of what I specify the property to:
''~/Data/Clients/[ClientID]/DynamicFiles/''
When I do this, the document uploader opens the right directory. ...
-
Hi,
Please test the UploadType property , set it to IFrame or Flash or Silverlight
If the server have error while uploading , IFrame mode shall report a better message , which can help us fix it.
Regards,
Terry
-
Having a problem uploading wmv files. Getting the following warning. File format not allowed! Please contact site administrator.
Have change all Security config files to allow .wmv files and also altered the filepost.php with { $Is_valid=true; }if ( ...
-
Thanks adam for reply,
you did not understand my point...
user cannot upload image more than one time, when user try to upload seconde time it gives some error so is it possible with this plugin?
-
Hi,
I have tested your website.
It seems that , the Page.PreRender event is not able to be catched by the uploader control.
Now I think maybe the control be added to the Page too late.
I suggest you to test this :
attach the OnInit,OnLoad,OnPreRender event of both the Page and the ...
-
Hi,
I have tested this code and it works.
Can you try it ?
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><script runat=''server''>
protected override void OnInit(EventArgs ...
-
Hi,
that is a bug of the GridView .
you can try :
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
GridView1.RowCreated+=new GridViewRowEventHandler(GridView1_RowCreated);
}
protected void GridView1_RowCreated(object sender, GridViewRowEventArgs ...
-
Again, You haven't read anything I have posted. That doesn't work. You
cannot get past the Installation Wizard. There is no Error Message, and
You haven't even tried to read my responses. The IIS Configuration
Section makes little to no sense and there is nothing I can find in the
documentation about it.
Futhermore, The Help Files that are ...
... 185 ...
|
|
|