|
Search
You searched for the word(s): upload file
Showing page 63 of 336 (3,355 total posts)
< 1 second(s)
-
Our problem is that we have a scroll bar on the page where the popup is. Try this. Add a html table with height>100% to your code above and test it again. try scrolling the page up and down and test the control.
Add a table after your form tag:
<table cellpadding=''0'' cellspacing=''0'' style=''height: 120%''>.... anything here ...
-
Hi,
when i click Browse file button in firefox then i am getting a Normal asp.net upload control. is there any way by that i can able to hide Normal asp.net upload control and fire the click event same time when user click browse file button.
Regards
Arun
-
Hi
You must move the file before processing it.
And moving the file, is not a problem, I think.
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
string folder = Server.MapPath(''~/MyFiles'');
string savepath = System.IO.Path.Combine(folder, ...
-
Hi,
the setting still work, you can try select the other file extension and upload it, the conttrol will throw the error with file extension does not support. this due to the system/browser limitation, so we can not do the full control of the select file dialog, but the uploader will still valid the file extension at server side, do not ...
-
Hi shafi01,
Please try the example below. You can save the upload file name when page postback.
<?php require_once "phpuploader/include_phpuploader.php" ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ...
-
Hi RickLeinecker, 1. The file name gets uploaded under a new name such as persisted.4999ce17-0a4c-45e2-a371-fad61db8db8b.5.mp3.resx and then an alert box pops up saying ''Unable to find the uploaded file in directory: c:\inetpub\CollaborationDev\TempUploadDir'' I really need help getting this fixed. Is your server on the load ...
-
hamid_gsts,
1. Please use this temp license file to get your site up first.
Http://CuteSoft.net/download/temp.zip
2. You have your own License File, but you are using an Evaluation License file.
Solution:
Please find the license file we sent to you upon purchase, and upload it to your server. ...
-
Greg,
It could be a license issue.
If you have an official license file, please find the license file we sent to you upon purchase, and upload it to your server. If you are unable to find the license file, email us and specify the email address used for purchasing in your response.
If you cannot find this license file, ...
-
http://cutesoft.net/developer+guide/Restricting-Document-Files-by-Extensions-and-Types.htmRestricting Document Files by Extensions and Types
One of the Cute Editor new and innovative capabilities is Restricting uploading document Files by Extensions and Types. You can filter the type of document files so only specified file types are allowed ...
-
Dear siwelis,
The following is a full example, please refer to it:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
... 63 ...
|
|
|