Search

You searched for the word(s): upload'A=0
Showing page 247 of 656 (6,557 total posts) < 1 second(s)
  • Styling attachments table

    Is there any easy way to change the graphics of the attachements table? Namely the icons, like the circle.png? I can probobaly change the icon itself in the resources folder but I need different icons on different parts of my site (I am making uploader for images now as instead of circle.png there would be image icon etc.). Is there any other ...
    Posted to ASP Uploader (Forum) by jerry2 on December 20, 2011
  • Renaming existing files (how to)

    Hi there I have been testing ASP Uploader and found that it's a very good program and the easiest out of the dozen or so I've tried of the Flash series. One issue that I came across was that the program allows you to overwrite existing files without renaming them. For example if a file named ''1.jpg'' exists, and you upload another file ...
    Posted to ASP Uploader (Forum) by oap on December 19, 2011
  • Foreign characters in file name trigger warning message (keeping state demo)

    Hi,When I try to upload a file with a foreign character in the file name. I get a warning. The file is uploaded (the guid name got modified) but the uploader can not get the file.size and trigger a warning : Warning: filesize() [function.filesize]: stat failed for /tmp/uploadertemp/persisted.a6135e31-f2aa-48bd-be90-cd1f5efd10d0.Iconic ...
    Posted to PHP File Uploader (Forum) by jrlemay on December 17, 2011
  • Re: Store Form Variables to MYSQL Database

    Hi billedouble, Please refer to example page ''form-keepingstate.php'', it shows you how to get the upload file info.  Then you can save these info into your database.   foreach($files as $mvcfile)     {                 echo(''<tr>'');    ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 15, 2011
  • Re: Problem when publishing to production test server...

    Ken,    OK, i was able to fix the problem so it works are pure ajax uploader the solution is below.   However, i need to restrict it so only one file can be uploaded and i also need to hide the panel that shows you the files i uploaded. i will start another forum for them...  thanks  <asp:ScriptManager ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 2, 2011
  • Re: Multiple forms in Firefox and Chrome

    Thanks for the quick answer! I tried your example and it works... so the error was on my side...  I moved my first form-start-tag cause it was in a strange place between som other tags... long story.Short story: It now works great! Now my only concern is that the ''browser'' box shows up in Firefox after I click the Upload file ...
    Posted to PHP File Uploader (Forum) by fordonskontroll on November 2, 2011
  • Re: Can i change the temporary uploaded filename?

    Hi ScottDolan,   Please use method ''CopyTo'' to save the upload file.   <%@ 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 void ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 7, 2011
  • "Browse" not button appearing for Mac user

    Hello,   I have a user that is unable to view the ''Browse'' button on their Mac.  They've attempted to use both Firefox and Safari but still encounter the screenshot shown below (I've highlighted the white box that appears instead of the ''Browse'' button):          The individual is using a Mac with OSX ...
    Posted to Ajax Uploader (Forum) by Anonymous on September 21, 2011
  • ajaxuploader error: The HTTP verb POST used to access path '/path/' is not allowed.

    Recenlty I've used ajaxupoader in a website. everything was ok when testing in visual studio 2010, but after publish website in iis, an error occured on ajaxuploader after file select: The HTTP verb POST used to access path '/foldername/' is not allowed.  I used ajaxuploader in an updatepanel. funny thing is that sometimes It ...
    Posted to Ajax Uploader (Forum) by tamoochin on August 8, 2011
  • Re: Browse button disabled in iframe (oxae is null?)

    Hi, We can reproduce it via this code <html> <body>  <h1>   test</h1>  <button onclick='document.getElementById(''iframe1'').style.display='''''>   ShowIframe</button>  <br />  <div>   <iframe src=''large-file-upload.aspx'' ...
    Posted to Ajax Uploader (Forum) by cutechat on July 22, 2011