|
Search
You searched for the word(s): Flash
Showing page 34 of 151 (1,503 total posts)
< 1 second(s)
-
SDorsett, If you are familar with ASP, it's easy to achieve that by modifying the source code. For example, in you page, you get the User identifier by Session(''UserName'').
1. When you upload the images/flash/document/media, you can add a user-specific prefix.
Example:
myexample.jpg will rename to Tim_myexample.jpg or ...
-
Rafi,
Change the above code from:
121 For nIndex = 1 to LenB(FileData)
122 oFile.Write Chr(AscB(MidB(FileData,nIndex,1)))
123 Next
to:
If LenB(bsString) > 0 then
For nIndex = ...
-
Hi raynovak,
For now the html5 mode not work very well on safari. Please try the example page below, it will switch to flash upload mode for safari browser. Hope it ...
-
Flash 10 is installed. We are getting the following error with FlashLoadMode=''true'' : Type 'CuteWebUI.UploadAttachments' does not have a public property named 'FlashLoadMode'. Intellisense in Visual Studio suggests the property exists and it compiles fine. We also don't get this error while running the site from Visual Studio, ...
-
plop :) I've seen the requirements page but i've got some problems 1 computer with IE8 and Flash 6:The button PhpMyUploader with multi-files doesn't work, i can only select one fileif i upgrade flash to flash 10 that works on a second PC with same config after the upgrade i can only choose one file at once any idea ?
-
Hi Adam,
I read in one of the threads here that you're using a transparent flash object to bypass the dialog. I tried using the control in a normal page and it was working fine. The problem is if i use it in a modal popup extender. I tried adjusting the flashdiv to no avail.. I can't even see the flash div by setting the background to ...
-
I just have uninstalled Flash10 and installed Flash 9.0r124 instead.I still have the same bug. In the ''Browse'' dialog, after clicking ''Open'', I'm asked for my credentials. If I do not provide them, i get the error message ''Flash : The upload task is interrupted! http 401''. If I provide them, the browser hangs ...
Question: As ...
-
The original poster asked:
Is there a dependency on multi-files-upload with silverlight/flash or does it work on machines with no silverlight installed?
I assume the answer is:
Yes, there is. For selecting multiple files at once, silverlight OR flash is required. Without Silverlight and Flash, there is no way to select multiple files ...
-
Peter,
If the client machine supports silverlight, Ajax Uploader will use silverlight solution.
If the client machine supports flash, Ajax Uploader will use flash solution.
If the client machine doesn't support flash or silverlight, the select multiple files feature will not be avaialble. However the muliple ...
-
while i think i do have silverlight installed in my development environment, it is not something we use explicitly. but, having it there does allow ajax uploader to use it, i guess.
until you fix it, i may be best to switch to the flash method. ( iframe is just not acceptable )
my understanding is that ...
... 34 ...
|
|
|