Report with link to file uploaded into database

I have created a form that allows me to upload files into a database table with a blob column.
Is it possible to create a report that will have a link to the files / database blob column, so when a user clicks on it, it displays the file.

Hiya,
You can create a simple report that list all the file IDs and their name. Then create a link on the ID or filename, which calls a procedure (DISPLAY_BLOB) passing it the id.
you can view the content of the procedure in the document ference below:
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=FOR&p_id=336842.995
Hope this helps.

Similar Messages

  • How do I share files uploaded into the Creative Cloud with other creative cloud members?

    How do I share files uploaded into the Creative Cloud with other creative cloud members?

    Should be easy.  Try this...
    In Thumbnails view, click the little triangle (pointing downward) in the lower-right corner of the asset you want to share.
    In the blue icon bar that appears, click the Share icon (the third icon from the left, just right of the trash icon). The Share dialog should pop up.
    In the Share dialog, enter the email address of the person with whom you want to share the asset, then click the Send Email button - they'll receive an email with a link to your asset. OR
    You can also copy a link to the asset and then paste that into your own email client if you prefer.  To do that, click the Link icon (looks like a "chain", and is to the right of the email "envelope" icon) - then click the Copy Link button.
    Note that the Share options won't be available if your asset is set to "Private" - you can control whether an asset can be viewed (or downloaded) by others by clicking the Public/Private control (green or red "lock" icon).
    You can also access the same Share controls if you click on the file to see it one-up (you can do this from either Thumbnails view or List view); click the Share icon near the upper right corner of the browser window (to the right of the asset name).
    Hope that helps.

  • Importing Word Files With linked Excel files

    I have a word document with linked excel files that appear as linked images in word. When these images are clicked it opens it up in Excel where I can edit them which is fine. However, I would like to import the word doc into adobe indesign with editable tables - not images. Is there a way I can do this?
    Importing, exporting, converting. Nothing seems to work besides manually bring in the separate excel doc in one by one but that will be very time consuming at my end.
    Thanks for any feedback.

    AFAIK, that won't work. InDesign doesn't support OLE.
    You may need to convert those Excel tables to Word tables before placing into ID.
    Bob

  • Uploading into database table from text file using tab (GUI_UPLOAD)

    i have small doubt
    i have 3 fiels in text file using tab as separator
    i need to update into database table 'ZABPSP_01'
    from 's.txt' located in local disk.
    My code is below.
    Please let me know the correction.
    Awaiting for ur response.
    Thanks in advance
    REPORT  ZABPSPPRG_02.
    TABLES: LFA1,MARA,KNA1,ZABPSP_01.
    DATA:  begin of itab occurs 0,
    IKUNNR type zabpsp_01-kunnr,
    IMATNR type zabpsp_01-matnr,
    IADRNR type zabpsp_01-adrnr.
    DATA:END OF ITAB.
    DATA: FILENAME1 TYPE STRING.
    FILENAME1 = 'C:/s.txt'.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = FILENAME1
      FILETYPE                      = 'ASC'
       HAS_FIELD_SEPARATOR           = 'X'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        DATA_TAB                     = itab.
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF sy-subrc EQ 0.
    zabpsp_01-kunnr = ITAB-IKUNNR.
    zabpsp_01-matnr = ITAB-IMATNR.
    zabpsp_01-adrnr = ITAB-IADRNR.
    WRITE : / ' UPLOAD SUCCESS ' .
    ENDIF.
    \[subject changed, don't write everything in upper case!\]
    Edited by: Jan Stallkamp on Aug 6, 2008 2:39 PM

    Hi,
    After upload modify the code like below. Also change the file name as some one suggested already. If u are still facing problems then check in debug mode what is happening after FM call.
    CALL GUI_UPLOAD FM.
    IF sy-subrc EQ 0
    IF NOT itab[] IS INITIAL.
    MODIFY ZABPSP_01 FROM TABLE itab.
    WRITE : / ' UPLOAD SUCCESS ' .
    ELSE.
    WRITE 'No data in file'.
    ENDIF.
    ELSE.
    WRITE 'Upload failure'.
    ENDIF.
    Thanks,
    Vinod.

  • Mac InDesign CS6 crashes when adding files with links to Windows network into book

    Our Mac network is unstable, so I tested linking InDesign CS6 files (on my Mac's hard drive) to .jpg files on our company's very stable Windows network rather to the same .jpg files on our Mac network. I tested with 4 simple, small InDesign files. When these 4 files were linked to images on a storage drive on our Mac network, I could drag all 4 files into a book and export the book to PDF. But when linked to the same images on the Windows network, while each file would open fine with no errors, and while I could generate a PDF from each individual file, the moment I dragged the 4 files into a book, InDesign crashed, generating pages of information in the crash report form.
    I have no problem making 500 page manuals on my hard drive, comprised of about 50 InDesign files, with links to THOUSANDS of image files on a storage drive on our Mac network. Is there some trick to making a book with files linked to images on a Windows network? If there is no simple answer, who could I call to set us up so this will work?
    I'm using InDesign CS6 for Mac, totally updated, version 8.0.1.
    Thank you so much!!!

    It seems, this is all you need to do... your message isn't clear as to whether you've fixed your issue or not.
    [Extract from link above]...
    "Add the network share(s) to your Favorites in Bridge and drag assets into your layouts from Bridge or Mini-Bridge. The paths stored in the InDesign links will be full network paths, and both sets of machines should have no problem finding them. This is the more usual InDesign workflow."

  • Anyone use Flex with php for file upload? PHP Notice:  Undefined index:  Filedata

    My code works. It uploads the file and inputs the file name into a database, but I can't shake this php notice. I think php is looking for multipart/form-data from the HTML form tag.
    <form action="upload.php"  enctype="multipart/form-data"/>
    But I am using flex. The multipart/form-data info is sent as the second default argument of the upload() function. Does anyone have experience with this? Thanks.
    PHP Notice:  Undefined index:  Filedata
    $filename = $_FILES['Filedata']['name'];
    public function selectHandler(event:Event):void {
                    request = new URLRequest(UPLOAD_DIR);
                    try {
                        fileRef.upload(request);
                        textarea1.text = "Uploading " + fileRef.name + "...";
                    catch (error:Error) {
                        trace("Unable to upload file.");
                        textarea1.text += "\nUnable to upload file.";

    Hi, Thanks for your reply !
    Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
    I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
    Also how do i debug a php file ?
    ANy help would be thankful !

  • Missing images in RH8 with linked Word files

    RH8 HTML and MS Word 2007
    The images from linked Word documents are not showing up in my RH8 project.
    Here's how the project is set up:
    The RH project is in its standard location: C drive, in a subfolder underneath My RoboHelp Projects.
    All content is included through the Link > Word Document option in RH.
    MS Word source files are in a network location (because several other writers are maintaining the source content). There are about 20 MS Word source files.
    I have an "Images" folder set up on the network at the same level as the source files, and we link the graphics into the MS Word files from there.
    Through my forum research, I have found several suggestions that have have made RH recognize the images in my linked files (previously, we were simply inserting the images into the Word source files, so in RH, the image was ignored and there was simply a blank line with no graphic indicator at all). So I am now selecting Insert > Picture > Link to File as the method for building images into the MS Word source file. I have also found the suggestion to ensure that the images are retained in the document, by selecting Office Button > Prepare > Edit Links to Files, and then checking the option for "Save picture in document" for each of the linked pictures.
    When I follow those methods, I now see a red-bordered box where the images should be, and the image file name is displayed in the box. However, I get an error message that says the image files used in each of the project htm files are "outside of the current project and will not be shown in Project Manager."
    I cannot figure out where to place the images so that RH's Project Manager recognizes them as part of the project. RH does not automatically create an Images folder within Project Manager. I've tried creating one myself and placing images there (and then even linking my source files to the images within the project folder). But still no dice.
    I have tried a volume of troubleshooting options--placing the linked source files and graphics within the project folder, leaving the source files on the network and placing copies in the project subfolders that RH creates after I link the source files into the project, etc etc etc. I've looked for a setting in RH that allows me to set a default location for images (never found one).
    Ergo, lots of troubleshooting, and still only half a solution here.
    I'd greatly appreciate it if anyone can shed some light. I am doing my best to avoid importing the graphics directly through RH because I want the online help to pick up the exact structure & content of the source files. This obviously negates the option for importing the Word content vs linking it in. In older versions of RH, I was at least accustomed to RH importing generically named images into the project regardless of whether they were copied directly into the Word file, but I see that this is not even an option when linking the source files into the project.
    Thanks in advance for any help you can provide.
    Best regards,
    Athena

    Hi Peter,
    Thank you for the recommendations. I want to be sure I’m understanding “embedded” the correct way. Do you mean to insert the images directly into the file—i.e., selecting the MS Word option Insert Picture > Insert? Or do you mean to insert them by selecting Insert Picture > Link to File?
    Also, could you let me know where in Windows Explorer I should attempt to trace the images? The image source files are stored with the content source files on my company network, in a separate sub-directory for Images (I have tested the build with all the files on my local drive as well). When I link the Word source files into RH and generate the topics, RH does not bring any images into the project folder within the My RoboHelp Projects directory on my local drive.
    I have searched through all the project files/directories that RH creates (top-level project folder, as well as subfolders it creates for each Word linked file), and there are no image files (except for one that I placed in my RH master page). I have attached a screenshot of the project folder (MainProjectFolder.png) and one of the linked file sub-folders (LogBookProjectFolder.png).
    The problem seems to be that RH is not recognizing an image as an image. RH knows there are supposed to be images in the htm topics because it does have the red box “placeholder” where the images should be, and the image names are displayed in the red boxes (see attached RH_Project.png screenshot). I have gone into the properties for an image and used the Image Name field to manually map to the directory that contains the source image. When I do that, the image then appears in the top-level project folder with the gold & green RH image icon, and it does then appear in the topic. But at that point, if I update the linked Word file, I lose the image again. I have set the topics with images to where they retain the RH image modifications I’ve done, but then the topic shows as broken in my TOC when I update the linked Word file, and those topics do not appear in the build at all when I generate the WebHelp.
    Since RH also does not automatically create any kind of Images folder in the project during the process of linking and generating the source files, I have tried copy/pasting the source images into the top-level RH project folder prior to even linking/generating htm topics from the Word source files. But when I go to a topic and view the properties associated with the image placeholder, RH still does not display any of the image files I pasted into the project folder.
    I am happy to provide my source file so that you can investigate this further. Please let me know if you need the file with the images inserted directly or if you need it with them linked in (in which case, I’ll send the image files too).
    Thanks,
    Athena

  • FLAT FILE UPLOAD INTO BI

    Hi,
    What kind of questions are needed to be asked (from client) for requirements gathering for a flat file upload (from legacy system) to BI? Basically what are all the questions that i need to ask them to make sure I have all information for designing a flat file extractor?
    Thanks

    I would ask them what do they want to report on from the legacy system and is data already in R/3?  I would also ask what kind of data is stored in the legacy system .... inventory, financial data, sales, etc ... Once I knew that, I would ask what do they want to report on .... stock quantities/costs, gl account data, revenue, deliveries, etc....
    Then I would ask, do you want this to be seperated from the R/3 datastream?  More than likely this will be yes, if not, fight to keep it seperated and possible in it's own cube/ODS and combine in a multiprovider (you need to use the same 0material, 0customer, 0vendor, 0gl_account info objects if you want to combine nicely on a multiprovider).
    If the database the legacy system is on is either SQL Server or Informix or Oracle, you may want to consider DBConnect and connect directly to their tables.
    In all cases, I try to avoid bringing everything in "just because we may need it".  If the system is legacy and it's been a legacy for 2 years, see what people keep going back for and grab that data only.  If someone claims to need data, but have not sought it out for 2 years, then the probably don't need it.
    Also, check the granularity of the data.  Do they need individual documents for legal reasons?  Can you summarize the data?  What are they going to use the data for?
    Brian

  • Evaluation RH8, problem with links to files on network

    Hello,
    We are evaluating RH8, and I am trying to build to AIR with Robohelp and all my links pointing to either Word or PDF files on network drives won't work when I create the AIR standalone, I click them and nothing happens. If I compile them in HTML or Winhelp, the links are working.
    Is there anything I'm doing wrong ? or does the AIR output won't support links to files on network shares ?
    I've spent quite some hours trying to figure it out on my own, but I'm really not used with RH8, even though I'm quite fluent in many other Adobe programs such as Photoshop and Dreamweaver.
    Any help would be appreciated,
    Thanks in advance,
    Chris

    OK I've tried again with limited success. Links to \\Server_Name\Share_Name won't work (at least for me). Links to mapped network drives as you suggested, work differently, meaning at least I get an error message (Error #2044: Unhandled error:. text=PDFError). In this thread (http://forums.adobe.com/thread/110019) I see reinstalling the Adobe Reader might do the trick, so it's what I will do next.
    The main links to documents will be on a sharepoint server, so they will be http:// links and it should work just fine.
    Thanks for your help,
    Chris

  • Saving WebI report with links to desktop in pdf format

    I have a user who is asking if a WebI report with drill down links can be saved to his desktop as a pdf and still have the links work. Has anyone had the same request?

    it´s ocurrs because the drill down that you have in the query, try with another query and export this to a PDF and if you can access ... is that is not possible to use the link for a drill down in a PDF.
    good luck!

  • Export to epub with linked ai files result in low quality images

    I have a 220 page indesign cc doc which I am exporting to epub fixed layout. I have around 100 linked ai files. When I export, the main paragraph text is crisp and lovely but the ai figures are a little fuzzy.
    I have tested different settings in the 'Object Export Options' but each time it comes out the same.
    See image below.
    I have searched around but can't seem to find anyone talking about this. Has anyone else had this problem? Any suggestions?

    Hello Carli,
    When exporting to epub, images format changes to png/jpg/gif depending on what you have selected in EPUB Export Options dialog. Please try exporting to PNG with high resolution selected(you can change Resolution as well in Export Options dialog).
    Thanks
    -Anshul

  • Issue with linking a file to encore on a Win7 64 bit machine

    Hello,
    I have recently upgraded my PC to Win7 64bit professional OS. The PC has 8G of memory and an AMD 6 core CPU.
    After the upgrade, I reinstalled my Creative Suite 4 to the machine. When I have created a sequence in Premiere Pro and then try to dynamically link the file to Encore, Encore keeps generating a 0 byte file.
    I have reinstalled the software multiple times and even on a different machine. I get the same result.
    Curious has anyone ever run into this same issue? What is the solution?

    You must create a timeline from the asset (in this case the PR sequence you sent to Encore).
    Then you must tell Encore to transcode the asset (e.g. right click on the PR sequence and pick "transcode now."
    Then you build to a disk or image - the final part is what produces a disk.
    Encore help:
    Encore Help | Encore Help

  • CSV file upload into interal table with unicode system.

    Hi everyone.
    I have a problem. I made a sample program to upload CSV file to server memory;iternal table i mean. if csv file has numeric and english data, it works well. but it's not work when i made a csv file with Korean. my code is below. how can i do??
    DATA: FILEUPLOAD TYPE REF TO CL_HTMLB_FILEUPLOAD.
    DATA: CONTENT_LENGTH TYPE STRING,
          FILE_CONTENT TYPE XSTRING ,
          FILE_LENGTH TYPE STRING ,
          FILE_MIME_TYPE TYPE STRING ,
          FILE_NAME TYPE STRING .
    DATA: CONTENT TYPE STRING.
    FILEUPLOAD ?= CL_HTMLB_MANAGER=>GET_DATA(
                           REQUEST = REQUEST
                           ID      = 'file1'
                           NAME    = 'fileUpload' ).
    FILE_NAME      = FILEUPLOAD->FILE_NAME.
    FILE_MIME_TYPE = FILEUPLOAD->FILE_CONTENT_TYPE.
    FILE_LENGTH    = FILEUPLOAD->FILE_LENGTH.
    FILE_CONTENT   = FILEUPLOAD->FILE_CONTENT.
    data: conv type ref to CL_ABAP_CONV_IN_CE .
    data: tmp type string.
    data: cnt type i.
        CONV = CL_ABAP_CONV_IN_CE=>CREATE( INPUT = FILE_CONTENT
                                           ENCODING = 'UTF-8' ).
        CONV->READ( EXPORTING N = cnt
                    IMPORTING DATA = CONTENT ).
        tmp = content.

    Hi,
    Pls check threads like
    File Download / Upload Question
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • Item(select list) with LOV and Report with link = changed value item

    Hello,
    On one page I have:
    - Item 'P_name' (select list) with LOV to select name of a person;
    - Items 'factory' and Report 'factory'(standard created with 'Form with Report' on the same page).
    Situation:
    All works fine. I selected first a LOV Item 'P_name' (say 'Jane'). But....
    Only when I select a record (to change the values) from the report 'factory' then LOV Item 'P_name' become empty. Report used a link to the same page to fill the report items 'factory' and make also the LOV item empty.
    Question:
    I have made a process that write the name 'Jane' to table.
    I see two possibilities:
    - LOV Item value => fill the LOV item with 'Jane' from the table before region. Is this possible?
    - Report => What is the buttonname of reportlink? I can use this name in the processes.
    Thanks Walter!

    1) what i meant was for you to test this ridiculously huge LOV outside of htmldb, but it occurred to me last night that you could, in fact, be hitting a limit of ours. after some poking around, i have confirmed that. select list items in htmldb are currently limited to 10,000 rows. this was initially done for performance reasons, but they're now opening up the restriction. if you really need to work with that many rows where the user is allowed to pick from a set of values, consider using a popup item type instead. it'd help your app performance as well (in my test cases, it stank to have to wait for my 10k select list rows to come down to my browser).
    2) sorry to not have been more clear about this, but when you set your item's "Source Type" back to "Database Column", you'd have to specify that column in the "Source or value expression" field. also, you can't put a sql query into that "Post Calculation Computation" field. as i said before, "you can take a look at the attribute-level help for that field to see implementation examples."
    3) stick with "Always..." for now if you're using our auto-dml process(es)
    regards,
    raj

  • Dynamically creating reports with an xml file and a dataset??

    Post Author: Xaisoft
    CA Forum: .NET
    I have an xml file I created called ReportFields.xml which looks like this:
    <?xml version="1.0" encoding="utf-8" ?>
    <ReportFields>
    <AccountNumber></AccountNumber
    <FirstName></FirstName>
    <LastName></LastName>
    </ReportFields>
    I then create a blank crystal report and go into the Database Expert and choose ADO.NET DataSets, I browse to the xml file I just created, in this case ReportFields and give it a Class Name of ReportFields.  Now under Database Fields, I have a ReportFields table with the following columns:
    AccountNumber, FirstName, and LastName.
    I drag AccountNumber onto the Details section of the report.  I have a stored procedure I created called GetAccts which basically has the following syntax:
    select top 50 a.Account_Number from tbAccounts.
    Depending on which client database this is run against, it will obviously return different results.  I am using the Microsoft Application Data Access Block from Enterprise Library 3.1 to Return a DataSet.  Once I get the DataSet which would only have 1 table with 1 column (Account Numbers), how can I bind the AccountNumber field on the report to what is returned in the DataSet?
    Thanks Very Much in Advance,
    Xaisoft

    OK, i figured this much out:
    Dim ds As New DataSet
            Dim myXmlReader As New System.Xml.XmlTextReader("C:\SystemSetup.xml")
            ds.ReadXml(myXmlReader, XmlReadMode.InferTypedSchema)
            mydatatable = ds.Tables(0)

Maybe you are looking for