Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload file
More Search Options
Showing page
270
of
336
(
3,355
total posts)
< 1
second(s)
Re: Upload photo to database?
Diane, 1. Store the content of the uploaded file in the Byte buffer. byte[] data = new byte[args.FileSize]; using(Stream stream=args.OpenStream()) { stream.Read(data,0,data.Length); } 2. Store the buffer in the Database, and it is very easy as long as you have the database table and you know ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
August 11, 2008
Can Upload file size be set for the messenger - Snitz integration
People want to upload file larger then 97kb. Can this limit be set somwhere? In cutechat admin ther is a possiblility but it is this the right place to set the filesize upload limit?
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
dezwyger
on
February 19, 2007
how can i creat thumbnail images for the image file that i upload using phpfileuploader ?
how can i creat thumbnail images for the image file that i upload using phpfileuploader ?
Posted to
PHP File Uploader
(Forum)
by
prad123
on
October 26, 2010
Can CuteSoft uploader be used to only upload one file at a time?
Can CuteSoft uploader be used to only upload one file at a time?
Posted to
Ajax Uploader
(Forum)
by
ben.steinwand
on
January 21, 2009
Re: Unable to find the uploaded file in directory...
The test page on our server (https): https:/www...simple-upload.aspx works only in IE7 not for Firefox or Safari Maybe cause FF use Flash and there are problems with flash and https?
Posted to
Ajax Uploader
(Forum)
by
xmlpapst123
on
May 29, 2009
Re: AjaxUploader within a ListView container
Ok... I do not get that error when I use Firefox (same code). But, I do get a warning that says: ''Warning: Error in processing value for property 'display'. Declaration dropped.'' Since I can get past that in Firefox... when i attempt to actually upload a jpg file i get a messagebox saying ''License not found''. ...
Posted to
Ajax Uploader
(Forum)
by
kc13
on
April 17, 2008
Re: I have a list of questions for you Adam
swelborn, >>File Uploads - I havent got to try this yet. But does this allow files to be shared between each chat member? Is there a way to limit the sharing to just moderator to user rather than user to user? File upload function is only available to web messenger users, admin of the chat rooms. >>Whisper - ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
April 17, 2007
Re: Turn off Silverlight in CuteWebUI.AjaxUploader
Hey Eric, Thank you for your response, helps a lot. Another question for you, I actually don't need multiple file upload its a single file upload i am building. So I guess turning off Silverlight isn't a big issue ? Also how can I turn off multiple file upload ?
Posted to
Cute Editor for .NET
(Forum)
by
velnias2008
on
May 30, 2011
Re: Unable to upload file while system using VPN.
Hi, I am talking about client side, our client use VPN to access our website.
Posted to
Ajax Uploader
(Forum)
by
obaid7400
on
March 3, 2014
Re: Upload works but then I receive a parser error exception after redirecting to page to a "File Details" page.
Hi, Do you use AJAX ? At what event handler method you use Response.Redirect ? Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
January 5, 2009
More Search Options
« First
...
< Previous
268
269
270
271
272
Next >
...
Last »