|
Search
You searched for the word(s):
Showing page 116 of 123 (1,230 total posts)
< 1 second(s)
-
Dear yakar,
Did you change the size? Only size is greater than 200*1024*1024 bytes, that message can be displayed, you can change the value of size to 200,and then test it.
Regards,
Eric
-
Dear greyhound,
You can do this in event FileUploaded
<CuteWebUI:UploadAttachments ID=''attachment1'' runat=''server'' OnFileUploaded=''attachment1_FileUploaded'' TempDirectory=''~/haha''>
</CuteWebUI:UploadAttachments>
protected ...
-
Dear altero,
After files are uploaded to your server, it exist in temporary folder. Then you can use CopyTo or MoveTo to copy or move the uploaded files, you can also handle these uploaded files, if it is an image file, you can resize it.
http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx , this example is for Ajax ...
-
Dear joyce121187 ,
Are you sure Silverlight or Flashplayer 10 is installled and enabled in your browser?
If you installed two different version IE browser, for example, IE 8 32bit & IE8 64bit in same computer, and install flash player in IE8 32 bit, You will can select multiple files in IE8 32 bit, If you do not install ...
-
Dear yakar,
Please use the following code:
function CuteWebUI_AjaxUploader_OnSelect(files)
{
alert(''CuteWebUI_AjaxUploader_OnSelect'');
for(var i=0;i<files.length;i++)
{
...
-
The installation steps can be found in http://cutesoft.net/ASP.NET+Image+Gallery/Deployment.aspx
Add Uploader httpModule to web.config's httpModules list
IIS 6.0 and IIS 7.0 Classic mode
<system.web>
<httpModules>
<add name=''DotNetGallery.UploadModule'' ...
-
Dear mikelou,
This Redistribution License allows DotNetGallery to be distributed within a single commercial application. It also entitles unlimited number of developers within the company to install and use the product for that single commercial application development (for 1 application only). ...
-
Dear feriel,
The installation steps can be found in http://phphtmledit.com/Deployment.php
Regards,
Eric
-
Dear mikelou,
If you purchase developer license, you can use this license in any websites which you develop.
Regards,
Eric
-
Dear mikelou,
The paypal purchase link is http://cutesoft.net/ASP.NET+Image+Gallery/Order.aspx
You can also purchase it in shareit, the url is http://www.shareit.com/product.html?productid=219535
Wire transfer take hours to 7 business days to process depending on which bank your money originates from. Once the fund ...
... 116 ...
|
|
|