Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
56
of
4,987
(
49,864
total posts)
< 1
second(s)
Silverlight works - flash fails (no temp files written)
This is a really strange one.
I have uploaded a 70mb file from our office with no problems.
The temp files are created and the upload completes successfully.
I have also tried from my home computer.
I have gone to another office with the same file and for some reason - when I click the upload button, the progress bar goes up ...
Posted to
Ajax Uploader
(Forum)
by
stevecurrey
on
June 15, 2011
Re: Changing Z-Index of Floating Div
Hi,
Please check this ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
August 12, 2009
Re: Get uploaded real file name!!!
Hi
Gianluca,
For now has not the option to get this new file name. I suggest you handle the upload file store file name by method "CopyTo()", so you can always get the correct file name. The example page below shows you how to use method CopyTo to handle the upload file store location and the file ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 4, 2014
Re: Saving filename with GUID
Hi serran,
I suggest you use method "CopyTo" to handle the upload file store location and the new file name. Then you can save it to any folder and use any name you need. The example below shows you how to achieve it.
mvcfile.FileName is the original file name, you can change it directly. Like ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
August 28, 2013
Re: how can i creat thumbnail images for the image file that i upload using phpfileuploader ?
Please try the following code:
<?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Adam
on
October 27, 2010
Re: Moving the editor in the DOM
Hi,
Try this way <%@
Page
Language=''C#''
%>
<%@
Register
TagPrefix=''CE''
Namespace=''CuteEditor''
Assembly=''CuteEditor''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 22, 2009
Re: Retrieving name of file?
Hi,
please check the example page bleow, it shows you how to get the upload file name.
mvcfile.FileName is the upload file name what you ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
September 22, 2016
Re: Changing filename....
Hi,
Please check the example page below, it shows you how to change the upload file name with method CopyTo().
mvcfile.FileName means use the original file name, if you want to change to other name, then just change there ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
September 22, 2016
Re: ASPUploader - File Overwrite
Hi,
If you want to voerwrite the same name file, then please do not use "SaveDirectory" setting to save the upload file. You can use method "CopyTo()" and "MoveTo()" to handle the upload file store location and file name. Below is the example to use these ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 12, 2014
Re: Cannot get text value from editor in gridview
Hi mstrsftwr,
Try this example please:
----------------------------------------------------> <%@ Page Language=''VB'' %> <%@ Import Namespace=''System.Data'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 23, 2009
More Search Options
« First
...
< Previous
54
55
56
57
58
Next >
...
Last »