best way pourenregistrer, store, retrieve bitmap or jpg image flash 8 and lamp

I'm working on a social networking site where I need the user to be able to save an image. Other users will be able to view the profile of users see this image that has been saved in a mysql database.

No idea where to start?

Thank you

In addition to what kglad said (thanks for the plug, BTW), it sounded more
for me like you want users to be able to upload images to the server, instead
Let people save jpeg on their local computer. In this case, just use
method of the FileReference to download class. You will also need a server-side
script to save the file on the server and store the name of the image in your
database.

So, I would suggest that you start by looking in the help to the
FileReference.upload () method.

--
Dave-
Developer leader
http://www.blurredistinction.com
Adobe Community Expert
http://www.Adobe.com/communities/experts/

Tags: Adobe Animate

Similar Questions

  • What is the best way to store the RCS for an insert/update in this rec

    Oracle on Win 64 non-conteneur 12.1.0.2

    When a record in one table is inserted or updated, what would be the best way to store the RCS for this record in this folder.

    I thought of a line after trigger, but did not know if this trigger to store the current_scn would still fire that trigger again (recursive trigger).

    Someone at - he a good idea of what the best way is to do?  The devs don't want to store the pk and the SNA in yet another table...

    Yes, row_dependencies would be the best way to go.  But mgmt doesn't recreate all tables for this.

    3rd party applications retrieve data from tables (all data).  We are looking for a way for them to just pull what is new or updated updated since their last sweater.

    I suggest that you try again and give all OF THE REQUIREMENTS.

    You have rejected ANY answer given and he justified using 'hidden' on what knowledge management or the devs want or do not want to. Stop making us guess what are the requirements and constraints. If you want a real answer then tell us ALL the news.

    When a record in one table is inserted or updated, what would be the best way to store the RCS for this record in this folder.

    Solomon answered repeatedly. If you want to add a column to a table to store the then "best" SNA is to let the Oracle to do this for you automatically by using the DEPENDENCY LINE.

    As he says also re-create the table to add this clause will be MUCH MORE EFFECTIVE that everything THAT you can do it manually. It will be also more accurate because Oracle will fill the value ORA_ROWSCN with the SNA at the time the line was committed. You, as long as user, can't fill a column in function when a line is engaged since real VALIDATION belongs to a transaction, not the line or the trigger that you use.

    Yes - there are two drawbacks to this method:

    1. you need to re-create the table

    2. you cannot add an index to this "hidden" column

    The devs don't want to store the pk and the SNA in yet another table...

    Then? Who cares what the devs want to do? You want the BEST solution? Next, you will need to put aside personal preferences and determine what is the 'best' solution. Why it is important that certain dev wants to do this or not?

    OK, the problem of biz is now, 3rd party external users are an all-wheel drive large number of tables in the database via the API that we wrote.  That was obviously interrupted OLTP during the day.  To reduce to the minimum, we want for them just to extract data that has been inserted/updated since their last sweater.

    It is the definition of a "replica" DB Then why don't you consider a real replicated DB? You can use DataGuard and have replicated DB which is read only that can be used to generate reports. Oracle does ALL the work to keep ALL the tables in sync. You and your developers do NOTHING!

    We thought that store the RCS higher their last sweater would allow the API to extract only data with YVERT higher than their last data pull CHN.

    OK - except you keep rejecting solutions actually do. Ask you questions about the SNA stored in the same table, but then reject the solution that does this. And then you add your "devs" don't want to store the info in a new table either.

    Then your solutions must ONLY use the replication or Log Miner. The REDO logs have all changes, if you want to extract yourself. Replication (e.g., DataGuard) will use these logs for you to maintain a replicated database.

    We thought about it, but recreate all tables in production with ROWDEPENDENCIES as well as dealing with CF and other dependencies idea this was shot.

    Well you NEVER mentioned you "thought that" and rejected it. And you NEVER mentioned anything about FKs and other dependencies. What is FKs and other dependencies which prevents this working solution? Tell us! Give us ALL the information.

    Wouldn't a trigger AFTER LINE capture the commit YVERT?  Or is after really not after validation?

    No - a trigger has NOT one commit. A trigger runs as a step in a transaction. Validation applies to the entire transaction. Until you, or Oracle, issues a commit, there is NO "committed SNA" to be stored as ORA_ROWSCN.

    You can easily see that for yourself. Create a simple table with dependencies of the line and then update two different sessions.

    create the table emp_scn rowdependencies in select * from emp where rownum<>

    Select empno, emp_scn ora_rowscn

    Update emp_scn set work = 'b' where empno = 7499

    commit;

    The first SELECT statement will show you that each row has the same SNA.

    EMPNO, ORA_ROWSCN

    7369,70622201

    7499,70622201

    7521,70622201

    Now, do the update (but no commit), then SELECT it

    EMPNO, ORA_ROWSCN

    7369,70622201

    7499,

    7521,70622201

    Where is the value of 7499? This session will NOT see a value for the changed lines in the current transaction. Other sessions will still see the old value.

    Now do the validation, then SELECT

    EMPNO, ORA_ROWSCN

    7369,70622201

    7499,70622301

    7521,70622201

    7499 now has a new and different value than the other lines. It will not be this new value until the validation occurs.

    Yes, row_dependencies would be the best way to go.  But mgmt doesn't recreate all tables for this.

    Well, you got the answer you want. You ask the best way. Now, you say that you were told the best way. But now you don't like the answer.

    How is it our fault? Your question has been answered wasn't she?

    Here are the facts:

    1 oracle creates a history of changes - the REDO log files

    2. you can use Log Miner to extract these changes

    3. you can create your own change log by adding a log file of MV to your table.

    4. you can then write a custom code to use this MV log file to determine which rows to "reproduce".

    So far reject you all THE POSSIBLE solutions.

    Accept it or change the requirements to allow one of the solutions proposed to be used.

    Personally, if I HAD to use a customized solution, I would use a MV journal to record the ROWID of the lines that have changed (for tables ROWID cannot be changed). I would then extract the appropriate lines by pulling on the lines corresponding to these row ID.

    Even that has problems since a line can be changed several times and children lines can also be amended several times - these questions FK you mentioned.

    I suggest you read this entire thread on AskTom a dozen years ago. It addresses ALL these issues.

    https://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:16998677475837

    Then in your next reply on this topic give us a summary of where some things with your question and what help you further expect.

  • good way to store/retrieve the lat lon

    Hello

    I need to store points in the database and then retrieve the distance to these points. I'll also have to get the lat lon.

    I thought that the column type must be SDO_GEOMETRY

    and when I'm ready to find a distance to a point I can do (for example, where mypoint is a column SDO_GEOMETRY):
    SELECT 
    SDO_GEOM.SDO_DISTANCE(mypoint, 
         SDO_GEOMETRY
         (
         2001, -- SDO_GTYPE attribute: "2" in 2001 specifies dimensionality is 2.
         NULL, -- other fields are set to NULL.
         SDO_POINT_TYPE(-78.907167, 35.988644, NULL),
         NULL,
         NULL
         ),
        0.01) distance
    FROM
    geo_test
    What is the best way to store points and calculate the distance?

    What happens if I want to retrieve the latitude and longitude using a select statement? How do I do that?

    Hello

    IIF you use long lat for your data, you must explicitly set the SRID. If the system does not know what are the values long lat, which means the distance will return a Cartesian distance that will be small and not what you expect.

    There are 2 options for contact information:

    for the geometry SDO_POINT_TYPE explicit;

    Select a.mypoint.sdo_point.x, a.mypoint.sdo_point.y,.
    of geo_test one

    NOTE: you must use the alias for your table name

    or you can use the generic option SDO_UTIL. GETVERTICES

    http://download.Oracle.com/docs/HTML/B14255_01/sdo_util.htm#sthref2424

    SELECT t.X, t.Y, t.id
    OF geo_test c,.
    TABLE (SDO_UTIL. GETVERTICES (c.myPoint)) t

    Luke

  • best way to store, present the date and time of entry into

    Hello!

    I hope that I can make clear. I see an APEX application that has a couple of different date type fields. This demand will be translated in two different languages, which has representations different date/time. For example: hh12:miAM DD-MON-yyyy and yyyy-mm-dd hh24. I am now find what is the best way to store the date/time fields and hou I can present them in a form/report and how the user can enter in a field.

    That's what I see:
    -I can set a time stamp request format date format/application. It must be in the format of the main language, in this case, English.
    -I can also make translated versions of the application. QUESTION: can I enter a different date for the translated application format?

    What should I do my fields of type date or timestamp?

    I hope someone can answer. If I'm not clear, please tell me!

    You can set the format of date of application using an element of demand

    & DATE_FORMAT_MASK.

    and this element the value dynamically.

    Home > Application Builder > Application # > shared components > change attributes of globalization

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Best way to store the values of the map

    Hi all.

    I have a card <>where I store the values (in this case, I store the IDs of rows in the table). I have an application with a panel tabs and I have a card for each tab. When the user exits the application, I'll go through the card and the identity of any process

    If I use normal in my grain map, once the user changes tab (or opens a pop up or something like that), the map is instantiated again and all data is lost. To resolve this problem, I used a static map. Everything is ok, but if 2 users use the application at the same time, they will share the card data and I don't want that.

    So I have a question: what is the best way to keep my card? I read some people saying to use one Bean of sessionScope, others a pageFlowBean, other parameters of Page, etc...

    Can you help me?

    P.s: jdev version 11.1.2.4.0

    Well, you can create a managed bean in this scope, or you can put your card directly at your fingertips.

    Here you will find several techniques to get the bean managed in java code: http://www.lkakarla.com/2013/06/retrieving-managed-beans.html

    Dario

  • What is the best way to store my Canon MX922? I'm not going to use it for several months (6 +).

    I don't use my printer for many months.  What is the best way to keep?  Leave the ink cartridges in the printer?  Get out them?  Store cartridges almost nine in a bag made of plastic?

    Hi mmosher,

    If your PIXMA MX922 should not be used for an extended period of time, please put your PIXMA MX922 using the power button on the unit.  It will be a "cap" of the ink tanks, so they will be ready to use when you print with your PIXMA MX922 once again.  No further action is required.

  • Best way to store backups of windows.

    I'm terrified of losing my files in a hard disk crash. I use Mozy online backup. Sometimes it is desperately slow, "blockages" on a single file for 30 minutes and occasionally reports, "backup failed."

    The Windows backup looks like a good idea, but of course, I understand that if I keep the backup on an external drive in my house, it would be lost in the event of fire or theft, with my computer.

    Experts of this forum recommend backup using Windows and then store it on a USB key and just protect this drive?

    Is it a realistic way to store the backup files to the cloud?

    Or services such as Mozy and Carbonite Online are the best solution and more simple?

    Thanks for any advice.

    Here's what I do.

    I use EaseUS Todo freeware to make a backup of the system to an external drive. A better program than Windows Backup, IMO '

    I also use Clickfree with their external drive.

    You could just drag files and folders to an external drive, but other options are much better. I didn't know what would be the right person for you.

    Keep the discs you want. I don't worry about fire or theft, but I don't respect the readers of my gun safe.

    I hope that gives an idea.

  • Best way to store text or word documents

    Hello everyone!

    I'm trying to decide the best method to store a bunch of floppies to a database of Oracle XE SUMMIT documents and I need advice on the best way approach this task. I can see these documents as a clob or blob field, but I would like to be able to search for documents. Should I keep the actual word version of each document as a blob field and a text only the same document as a clob version? Any other suggestions on how to best deal with this?

    Thank you in advance for your advice and assistance on this issue!

    Charles

    We have an application that uses a clob to a text column definition and use Oracle Text to search the text.
    The Oracle text index includes all the words in the text with the exception of an article standard list, i.e., etc...
    Text search is very fast and can be used with phrases or single words, and if the "$" is used in all forms of this
    The words can be found. Currently, we use 9i.

  • Best way to store all the pixels in the layer of the CBC?

    I am trying to create an image for AE filter plugin. The proposed model for Applications SDK ("skeleton project"):

    Suites. Iterate8Suite1 ()->Browse(in_data,

    0, / / basic course

    linesL, / / final progress

    & params [SKELETON_INPUT]->u. ld, // src

    NULL / / area - null for all pixels

    ()Sub*) & tInfo, / / Conref - your custom data pointer

    drawTriangles8 / / function pixel pointer

    output));

    But I want to run my filtering algorithm of image on an array of int int [] argument tableau_donnees which owns all of the RGBA (0-255) values for each pixel.

    I'm doing this because I have already written the filter for Java and prefer not to completely change my implementation.

    So already, part of an API or is there a common way to do this?

    Here is my current solution in the render function:

    static PF_Err Render (.) {

    //...

    for (int i = 0; i < tInfo > -width; i ++) {

    for (int j = 0; j < tInfo > -height; j ++) {

    PF_Pixel currentPixel = *getXY(* tInfo->enter, i, j);

    int alpha is currentPixel. alpha;

    int red = currentPixel. red;

    int Green is currentPixel. Green;

    int blue = currentPixel. Blue;

    p.push_back(red);

    p.push_back(green);

    p.push_back(blue);

    p.push_back(alpha);

    }

    }

    public static PF_Pixel

    * getXY (PF_EffectWorld & def, int x, int y) {}

    return (PF_Pixel*) ((char*) beatdata +)

    (y * batrowbytes) +.

    (x * sizeof(PF_Pixel))) ;

    }

    Also, while I'm here, what is the best way to debug the plugin using Xcode? I put the path to the executable to AE, but I don't know how to debug with AE mode. I appreciate any help anyone can give me.

    Hi timode! Welcome to the forum!

    If you use the following iteration you have given PF_EffectWorld pixels for

    the buffer in and the output buffer, as well as their coordinates x, y.

    You can't the rest of the iteration put you anything else automatically.

    You can pass a pointer to any data you like, get this pointer in the

    iteration work and then go searching your data int right-handed

    x, y parameters.

    to create an array of int of any size, use of the MemorySuite and lock the

    got memory handle on an int *, and then obtained pointer behave as a

    table. (you cannot use push_back, of course for reading.)

    or proposed methods are the best performance, but I guess that when

    you will take care of performance that you can convert your java code works directly

    on the input pixels...

    in regards to debugging in xcode, if you have set the path to the executable, just hit

    cmd + r and xcode will build and run a debugging session.

    do not ensure that the build location is the place of the

    that AE loads the plug-in... (you can create an alias of plug-ins for AE

    Directory to the build location. AE will scan the alias)

  • Best way to store data on local RAID

    Hi all

    Simple question for you, I'm new to vmware and I whant to be sure that what is the best way to set up my server.

    I have a proliant dl380 G5 with 5 HD SAS300G. Idon't know ask another external to associate with this server hardware.

    What is the best way to configure vmware ESXi 3.5 and my different raid for 800G of file storage and 300G the operating system image.

    I read on LUN RAW but I can't select it in my ESXi (because I have no san or because its esxi?)

    Thx for the help.

    AlX

    5 x 300 GB drives, I'd say you're having trouble to adapt to your VMs on here. If you use RAID-5, which will allow the failure of disks 1, you get 1200 MB of storage (a little less when formatted) ask for 1100 MB, but then you will need enable General newspapers and fresh VMware vswp such as snapshots. I would like to add another disk of 300 GB in this Bay RAID-5 if possible.

    If the virtual machines are intensive disk, you should consider the requirement of IOPS / s. If these are 15 k disks, the table should give you around 600IOPS - is it enough?

    Just format the local array with VMFS and use VMDK for all machines

  • Best way to generate a PWM for a stint with LabView2010 and a laptop

    Hello

    as mentioned in the title, I'm looking for the best way to generate a PWM signal to a relay. I want to use a laptop computer and the LabView2010 for she. I have read through several topics, but after a time that he just got more confused. For example the NI USB-6008 OEM case seems to be a solutiion at low prices, but I don't know if I can use for the generation of PWM signals like this thread says is not possible:

    http://forums.NI.com/T5/Multifunction-DAQ/using-PWM-on-NI-6008/m-p/231860/highlight/true#M13339

    But then again this thread right here makes it seem as if it was doable:

    http://forums.NI.com/T5/Digital-I-O/generating-a-PWM-using-USB-6008/m-p/421654/highlight/true#M5527

    Once again in abbreviated form.

    What I need:

    -the best way to generate a PWM signal to control a relay

    What I have so far:

    -LabView2010

    -Laptop

    If possible, it would be good to have two channels for two separate signals, but it is more low importance right now.

    Hey Kambra,.

    The first thread you mention is correct, you can't make output PWM in any deterministic mode with a 6008. The 6008 is strictly software timed, which means that each digital writing that is done in the unit must go through the operating system and down to the device. And there is a lot of jitter of the involved BONE. The second article you mention says the same thing. They emphasized that they could reduce the jitter of some, but still can not remove it entirely. In the second thread, they mention using a M-series USB device do output PWM deterministic (timed material).

    The compromise really down to your application and its requirements. If your application to control the relay requires no determinism, then you can use the 6008. If you need precise control over the relay, try the USB M series.

  • Best way to horizontally align a row of images with the same amount of filling

    Basically, I want to line up a row of images horizonally each with the same amount of space between each. What would be the best way to go about this? should I put in a div?

    I want to watch how images would be aligned in a clothing site. Thus, for example, like this - http://shop.thehundreds.com/c-439-tees.aspx

    Thank you

    Hi Hannah (?),

    You can try one of the models of Nancy O. from here: http://alt-web.com/TEMPLATES/CSS-Semi-liq-photo-sheet.shtml.

    Hans-Günter

  • best way to store photos on mac + external hard drive that will update automatically?

    Hello

    I like iPhotos to see my photos, but I need a back-up. If I save photos using an external hard drive, then I might save the photos twice, three times or more! What is a good way to sync it?

    Thank you

    Use the synchronization of like CarbonCopyCloner or TimeMachine backup software (I use both so I have several backups)

    LN

  • Best way to store instances of class (or at least their private data) in a file for later use?

    I've been messing around with this concept for a few hours and have not yet found anything conclusive. I have a system where I want to store instances of a particular class (private data have a 2D array, a 1 d table, some Boolean values, numbers, and a set of strings.) for later use. The goal is to store a table of these classes for customization purposes. I've experimented with palette OpenG configuration file, especially the "read/write formatted article cluster", but I get some strange errors when I change around the private data and try to save the same instance. I thought using flatten XML vi and the wiring of the array of instances followed by reading in a table, but I anticipate similar problems. What other options are there? TDMS? A SQLite database? Should I do a few other split in the very basic types and combine them with the execution having read in? All suggestions/stories welcome.

    LV classes are compatible with the Flatten to Unflatten from XML and XML functions. Have you ever tried this approach?

    Norbert

  • What is the best way to store the time of appointment in the calendar

    I use apex 5 universal theme.

    Oracle 11gxe.

    I need apex calendar to view the calendar...

    Do I need to use the ekinitech calendar plugin

    Or is it possible to implement

    http://fullcalendar.IO/

    I'm not aware of the java scripts, but I think I can try

    Any guidance appreciated and thank you

    Hi pauljohny100,

    There is an easy way to implement a FullCalendar.

    Take a look: https://apex.oracle.com/pls/apex/f?p=90561:1

Maybe you are looking for